Skip to content

Commit

Permalink
fix inject not working on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Jan 30, 2025
1 parent 2e86da4 commit 267ec6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions commands/netobserv
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ fi
# version to display
version="0.0.1"

# dependencies
supported_archs=""
required_yq_version="v0.0.0"
required_bash_version="v0.0.0"

# command to run
command=""

Expand All @@ -49,9 +54,6 @@ maxTime="5m"
maxBytes=50000000

if [[ ! "$*" =~ ^(.*)help|version(.*) ]]; then
required_yq_version="v0.0.0"
supported_archs=""
required_bash_version="v0.0.0"
check_dependencies "$required_yq_version" "$supported_archs" "$required_bash_version"
fi

Expand Down

0 comments on commit 267ec6d

Please sign in to comment.