diff --git a/cmd/root.go b/cmd/root.go index 27f5792..7c21504 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -27,11 +27,11 @@ import ( ) type globalFlags struct { - srcDir string - ghostWorkDir string - ghostPrefix string - ghostRepo string - verbose int + srcDir string + ghostWorkDir string + ghostPrefix string + ghostRepo string + verbose int } func (gf globalFlags) WorkingEnvSpec() types.WorkingEnvSpec {