summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-09-24 00:16:43 -0700
committerSteve Manuel <nilslice@gmail.com>2016-09-24 00:16:43 -0700
commitf2039ffbfb5a978ddcf671a099eb125bfd180fd4 (patch)
treef87e362b71fe05b5e1e266096d53556e017717af
parent05479974c82d2502dcd8024ee19b878721cee8ce (diff)
formatting
-rw-r--r--cmd/cms/options.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/cms/options.go b/cmd/cms/options.go
index e9df7d9..3b6db8c 100644
--- a/cmd/cms/options.go
+++ b/cmd/cms/options.go
@@ -222,6 +222,7 @@ func createProjInDir(path string) error {
networkClone := exec.Command("git", "clone", network, path)
networkClone.Stdout = os.Stdout
networkClone.Stderr = os.Stderr
+
err = networkClone.Start()
if err != nil {
fmt.Println("Network clone failed to start. Try again and make sure you have a network connection.")