aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug_select.go
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-01-18 05:42:25 -0500
committerSteve Moyer <smoyer1@selesy.com>2023-01-18 05:42:25 -0500
commitcf382e0fad77e758898e7d51c4e322645fb6042c (patch)
tree6366928cf572a633cffe5af0de5d97795afe46cf /commands/bug/bug_select.go
parent248486708911105e7067cb1061607b712c39a60e (diff)
downloadgit-bug-cf382e0fad77e758898e7d51c4e322645fb6042c.tar.gz
style: clean up linter complaints
Diffstat (limited to 'commands/bug/bug_select.go')
-rw-r--r--commands/bug/bug_select.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bug/bug_select.go b/commands/bug/bug_select.go
index 652c61ea..c93cd7b1 100644
--- a/commands/bug/bug_select.go
+++ b/commands/bug/bug_select.go
@@ -44,7 +44,7 @@ The complementary command is "git bug deselect" performing the opposite operatio
func runBugSelect(env *execenv.Env, args []string) error {
if len(args) == 0 {
- return errors.New("You must provide a bug id")
+ return errors.New("a bug id must be provided")
}
prefix := args[0]