Revision
147265
Author
raimue@macports.org
Date
2016-03-31 17:52:14 -0700 (Thu, 31 Mar 2016)

Log Message

Add missing space forgotten in r147246

Modified Paths

Diff

Modified: branches/vcs-fetch/base/src/port1.0/portfetch.tcl (147264 => 147265)


--- branches/vcs-fetch/base/src/port1.0/portfetch.tcl	2016-04-01 00:49:40 UTC (rev 147264)
+++ branches/vcs-fetch/base/src/port1.0/portfetch.tcl	2016-04-01 00:52:14 UTC (rev 147265)
@@ -469,7 +469,7 @@
     set options "-q"
     if {${git.branch} eq ""} {
         # if we're just using HEAD, we can make a shallow repo
-        append options "--depth=1"
+        append options " --depth=1"
     }
 
     ui_info "$UI_PREFIX Cloning ${fetch.type} repository"