Skip to content

Commit

Permalink
Fix typo in machine-setup.sh. ufs-community#878
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Dec 19, 2023
1 parent d9f4b75 commit 73ba684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/machine-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ elif [[ -d /lustre && -d /ncrc ]] ; then
elif [[ "$(hostname)" =~ "Orion" ]]; then
target="orion"
module purge
elif [[ "$(hostname)" =~ "hercules" || "$(hostname)" =~ "hercules" ]]; then
elif [[ "$(hostname)" =~ "hercules" || "$(hostname)" =~ "Hercules" ]]; then
target="hercules"
module purge
elif [[ -d /work/00315 && -d /scratch/00315 ]] ; then
Expand Down

0 comments on commit 73ba684

Please sign in to comment.