remove comment

This commit is contained in:
Joshua Harshman 2018-10-11 16:00:53 -07:00 committed by jharshman
parent e570cad58a
commit ff6025496a

View file

@ -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")