Skip to content

Commit

Permalink
Fix typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Jul 30, 2023
1 parent 40777ea commit d150031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/gento
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BASE_APP_USAGE="$(
}
readonly \
BASE_APP_USAGE \
BASE_APP_VERSION=0.9.20230626 \
BASE_APP_VERSION=0.9.20230731 \
BASE_MIN_VERSION=0.9.20230606
. base.sh

Expand All @@ -36,7 +36,7 @@ cnfct_version() {
printf %s "$ver"
return 0
}
logw Unable to read CNFCT version from "$CFG"
logw Unable to read CNFCT version from "$CFG".
isreadable $def >/dev/null 2>&1 || die $def is not readable.
ver="$(yq .test_network_function_version $def 2>&1)" ||
die Unable to read test_network_function_version from "$def": "$ver".
Expand Down

0 comments on commit d150031

Please sign in to comment.