Skip to content

Commit

Permalink
Adding comment to make the code clear
Browse files Browse the repository at this point in the history
  • Loading branch information
svaishnavy committed Jul 23, 2018
1 parent bfd928c commit f2c11d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cosmos-sdk-cli/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ benchmark:
func setupBasecoinWorkspace(projectName string, remoteProjectPath string) {
projectPath := resolveProjectPath(remoteProjectPath)
fmt.Println("Configuring your project in " + projectPath)
// Check if the projectPath already exists or not
if _, err := os.Stat(projectPath); os.IsNotExist(err) {
copyBasecoinTemplate(projectName, projectPath, remoteProjectPath)
createGopkg(projectPath)
Expand Down

0 comments on commit f2c11d9

Please sign in to comment.