Skip to content

Commit

Permalink
chore: update cfg condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kckeiks committed May 27, 2024
1 parent ecd1a31 commit 555b88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cli/src/commands/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub async fn exec(cmd: AdminSubCmd) -> Result<()> {

match cmd {
AdminSubCmd::Tui(cmd) => tui(cmd).await,
#[cfg(feature = "ebpf")]
#[cfg(target_os = "linux")]
AdminSubCmd::Ebpf(cmd) => ebpf::exec(cmd),
}
}
Expand Down

0 comments on commit 555b88e

Please sign in to comment.