Skip to content

Commit

Permalink
Fixed typo in nctl overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-casperlabs committed Oct 17, 2023
1 parent 877949c commit 3a915d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/nctl/sh/staging/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function _main()
function set_stage_binaries()
{
# Allow for external overriding of binary staging step if necessary.
if [ -z $NCTL_OVERRIDE_STAGE_BINARIES ]; then
if [ ! -z $NCTL_OVERRIDE_STAGE_BINARIES ]; then
$NCTL_OVERRIDE_STAGE_BINARIES
return
fi;
Expand Down

0 comments on commit 3a915d5

Please sign in to comment.