Update op.sh

This commit is contained in:
Maxime Desroches 2024-07-24 23:11:23 -07:00 committed by GitHub
parent 4ac938a578
commit 6cdf2a1499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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