aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-28 11:41:27 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-28 11:41:27 -0200
commit13aa140b3084dfdb07beaae3a10dc114ecde2f37 (patch)
tree06c285173d31ebace7b5b2be59f5c5fd72d05168
parentf101790c88099c746bafff3c82e7d2b5de73e2e0 (diff)
downloadpuppet-bootstrap-13aa140b3084dfdb07beaae3a10dc114ecde2f37.tar.gz
puppet-bootstrap-13aa140b3084dfdb07beaae3a10dc114ecde2f37.tar.bz2
Typo
-rwxr-xr-xbin/mrconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mrconfig b/bin/mrconfig
index 2d245f8..41be968 100755
--- a/bin/mrconfig
+++ b/bin/mrconfig
@@ -14,7 +14,7 @@ cd $WORK
rm -f $WORK/.mrconfig
touch $WORK/.mrconfig
-# Fetch repository list and updtate mrconfig
+# Fetch repository list and update mrconfig
curl --stderr - $URL | grep "^puppet-" | cut -d ' ' -f 1 | sed -e 's/\.git$//' | while read module; do
folder="`echo $module | sed -e 's/^puppet-//'`"