Update op.sh

old-commit-hash: 6cdf2a1499
pull/33302/head
Maxime Desroches 9 months ago committed by GitHub
parent bc8e1101b3
commit b6881ce161
  1. 2
      tools/op.sh

@ -24,7 +24,7 @@ function op_run_command() {
CMD="$@" CMD="$@"
echo -e "${BOLD}Running:${NC} $CMD" echo -e "${BOLD}Running:${NC} $CMD"
if [[ -z "$DRY" ]]; then if [[ -z "$DRY" ]]; then
$CMD eval "$CMD"
fi fi
} }

Loading…
Cancel
Save