Skip to content

Commit b1238eb

Browse files
Ibinarriaga8vmoens
authored andcommitted
[Fix] Correct exit behavior in usage display function
1 parent 0fc3a5f commit b1238eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sota-check/submitit-release-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EXAMPLES:
1313
./submitit-release-check.sh --partition <PARTITION_NAME> --n_runs 5
1414
1515
EOF
16-
return 1
16+
exit 1
1717
}
1818

1919
# Check if the script is called with --help or without any arguments

0 commit comments

Comments
 (0)