Skip to content

Commit

Permalink
Replacing all Basecoin references to capitalizedProjectName
Browse files Browse the repository at this point in the history
  • Loading branch information
svaishnavy committed Jul 23, 2018
1 parent 032d92f commit 6cc11d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/cosmos-sdk-cli/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ var initCmd = &cobra.Command{
"basecoind", shortProjectName+"d",
"BasecoinApp", capitalizedProjectName+"App",
remoteBasecoinPath, remoteProjectPath,
"basecoin", shortProjectName)
"basecoin", shortProjectName,
"Basecoin", capitalizedProjectName)
setupBasecoinWorkspace(shortProjectName, remoteProjectPath)
return nil
},
Expand Down

0 comments on commit 6cc11d4

Please sign in to comment.