mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
remove comment
This commit is contained in:
parent
e570cad58a
commit
ff6025496a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Init will not use an existing directory with contents.`,
|
|||
if filepath.IsAbs(arg) {
|
||||
project = NewProjectFromPath(arg, vgo)
|
||||
} else {
|
||||
project = NewProject(arg, vgo) // testing this case
|
||||
project = NewProject(arg, vgo)
|
||||
}
|
||||
} else {
|
||||
er("please provide only one argument")
|
||||
|
|
Loading…
Add table
Reference in a new issue