diff options
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -87,7 +87,8 @@ function prepare_project() { prepare_dotnet || true else echo "Running '${SETUP_CMD}' to install project dependencies..." - "${SETUP_CMD[@]}" + # shellcheck disable=SC2068 + ${SETUP_CMD[@]} PREPARE="--no-prepare" fi } |
