Skip to content

Commit

Permalink
Update op.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches authored Jul 25, 2024
1 parent 4ac938a commit 6cdf2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/op.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function op_run_command() {
CMD="$@"
echo -e "${BOLD}Running:${NC} $CMD"
if [[ -z "$DRY" ]]; then
$CMD
eval "$CMD"
fi
}

Expand Down

0 comments on commit 6cdf2a1

Please sign in to comment.