Skip to content

Commit cc778b5

Browse files
authored
Typo too => to
1 parent 214db10 commit cc778b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/set.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ func setRun(cmd *cobra.Command, args []string) {
3939
} else {
4040
if global {
4141
git.SetGlobalUser(profile.User, profile.Email)
42-
cli.Info("The global user has been set too '%s <%s>'",
42+
cli.Info("The global user has been set to '%s <%s>'",
4343
profile.User, profile.Email)
4444
} else {
4545
gitRepo.SetUser(profile.User, profile.Email)
46-
cli.Info("The user for the '%s' repository has been set too '%s <%s>'",
46+
cli.Info("The user for the '%s' repository has been set to '%s <%s>'",
4747
gitRepo.Name(), profile.User, profile.Email)
4848
}
4949
}

0 commit comments

Comments
 (0)