aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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-//'`"