fix/Make dev_deploy.sh pass on command-line arguments

Using the old command wouldn't pass on arguments to the nested (replacement) call to the scripts/dev_deploy.sh so it always gave an error.
This commit is contained in:
Marc Brooks 2025-10-03 11:26:19 -05:00
parent 20f701a698
commit b42682ac86
No known key found for this signature in database
GPG Key ID: 583A6AF2D6AE1DC6
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
scripts/dev_deploy.sh
#!/usr/bin/env bash
./scripts/dev_deploy.sh "$@"