Skip to content

Commit

Permalink
Minor format change to build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Apr 26, 2023
1 parent 072f732 commit e09a220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

# Ensure the submodules have been initialized.

if [[ ! -d ./ccpp-physics/physics ]];then
if [[ ! -d ./ccpp-physics/physics ]]; then
git submodule init
git submodule update
fi
Expand Down

0 comments on commit e09a220

Please sign in to comment.