diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-09-24 00:16:43 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-09-24 00:16:43 -0700 |
commit | f2039ffbfb5a978ddcf671a099eb125bfd180fd4 (patch) | |
tree | f87e362b71fe05b5e1e266096d53556e017717af | |
parent | 05479974c82d2502dcd8024ee19b878721cee8ce (diff) |
formatting
-rw-r--r-- | cmd/cms/options.go | 1 |
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.") |