There was an error while loading. Please reload this page.
1 parent 214db10 commit cc778b5Copy full SHA for cc778b5
cmd/set.go
@@ -39,11 +39,11 @@ func setRun(cmd *cobra.Command, args []string) {
39
} else {
40
if global {
41
git.SetGlobalUser(profile.User, profile.Email)
42
-cli.Info("The global user has been set too '%s <%s>'",
+cli.Info("The global user has been set to '%s <%s>'",
43
profile.User, profile.Email)
44
45
gitRepo.SetUser(profile.User, profile.Email)
46
-cli.Info("The user for the '%s' repository has been set too '%s <%s>'",
+cli.Info("The user for the '%s' repository has been set to '%s <%s>'",
47
gitRepo.Name(), profile.User, profile.Email)
48
}
49
0 commit comments