]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Typo
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 28 Nov 2017 13:41:27 +0000 (11:41 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 28 Nov 2017 13:41:27 +0000 (11:41 -0200)
bin/mrconfig

index 2d245f81c2809c6f2c6389f76c933ec9db7240ba..41be968c8847d9e73841862999abed091f1a953e 100755 (executable)
@@ -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-//'`"