Update init.go

This commit is contained in:
Rigel 2018-07-23 14:19:52 -04:00 committed by GitHub
parent cec01f1328
commit d5a3fa959f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -46,11 +46,7 @@ var initCmd = &cobra.Command{
remoteBasecoinPath, remoteProjectPath,
"basecoin", shortProjectName,
"Basecoin", capitalizedProjectName)
err := setupBasecoinWorkspace(shortProjectName, remoteProjectPath)
if err != nil {
return err
}
return nil
return setupBasecoinWorkspace(shortProjectName, remoteProjectPath)
},
}