Skip to content

Commit

Permalink
fix calling of .sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuchita Khare committed Feb 22, 2024
1 parent 72cad64 commit fa11203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/helper_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# A small utility to run a command and only print logs if the command fails.
# On success, all logs are hidden.
log_errors {
log_errors() {
if log=$("$@" 2>&1); then
echo "'$@' completed successfully!"
else
Expand Down

0 comments on commit fa11203

Please sign in to comment.