Skip to content

Commit

Permalink
fix github org placeholder (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
hxnyk authored Aug 15, 2023
1 parent eee01e0 commit ea8c210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tui/sources/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func GetFields() githubCmdModel {
Key: "org",
Required: false,
Help: "GitHub organization to scan.",
Placeholder: "https://github.com/trufflesecurity",
Placeholder: "trufflesecurity",
}

repo := textinputs.InputConfig{
Expand Down

0 comments on commit ea8c210

Please sign in to comment.