Skip to content

Commit

Permalink
Update create_experiment.sh
Browse files Browse the repository at this point in the history
BASH double quote linting
  • Loading branch information
TerrenceMcGuinness-NOAA authored Aug 10, 2023
1 parent 68b5438 commit 114512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/create_experiment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ export RUNTESTS=${RUNTESTS:-"${PWD}"}
export HOMEgfs_PR="${HOMEgfs}"
unset HOMEgfs;

${HOMEgfs_PR}/ci/scripts/create_experiment.py --yaml "${YAML_CASE}"
"${HOMEgfs_PR}/ci/scripts/create_experiment.py" --yaml "${YAML_CASE}"

0 comments on commit 114512a

Please sign in to comment.