Update op.sh

old-commit-hash: 6cdf2a1499885acec46d77498e96cad0f972592b
This commit is contained in:
Maxime Desroches
2024-07-24 23:11:23 -07:00
committed by GitHub
parent bc8e1101b3
commit b6881ce161
+1 -1
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
}