Skip to content

Commit

Permalink
update username note
Browse files Browse the repository at this point in the history
  • Loading branch information
greedy52 committed Dec 5, 2024
1 parent aef7f2e commit 982bf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tsh/common/git_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func printGitServersAsText(cf *CLIConf, servers []types.Server) error {
}

const gitLoginNote = "" +
"(n/a)*: Usernames will be retrieved automatically upon git commands.\n" +
"(n/a)*: Username will be retrieved automatically upon running git commands.\n" +
" Alternatively, run `tsh git login --github-org <org>`.\n\n"

const gitCommandsGeneralHint = "" +
Expand Down

0 comments on commit 982bf3d

Please sign in to comment.