Skip to content

Commit

Permalink
add command execute message
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitcharolia committed Jul 18, 2023
1 parent bdd6e13 commit f0c954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func useGoVersion(version string) {
// Update the Go version in the ~/.bashrc file
updateGoVersionInBashrc(version)

fmt.Printf("Using Go version %s.\n", version)
fmt.Printf("Using Go version %s.\nPlease make sure to execute: source ~/.bashrc\n", version)
}

// updateGoVersionInBashrc updates the Go version in the ~/.bashrc file.
Expand Down

0 comments on commit f0c954e

Please sign in to comment.