Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dalepotter committed Sep 25, 2015
1 parent a06dea4 commit 6d4b12d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update_submodules.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Script to update each of the 4 submodules in the IAST-SSOT repository
# Script to update each of the 4 submodules in the IATI-SSOT repository
#

for version in 1.04 1.05 2.01; do
# Checkout to teh specified version
# Checkout to the specified version
git checkout version-$version

# Pull each submodule for this versino
# Pull each submodule for this version
git submodule foreach git pull origin version-$version

# Add each folder to staging
Expand Down

0 comments on commit 6d4b12d

Please sign in to comment.