diff --git a/actions.go b/actions.go index 59d8770..63d3413 100644 --- a/actions.go +++ b/actions.go @@ -107,7 +107,7 @@ func ActionListBoards(_ []string) { } func ActionUseBoard(args []string) { - if !HasIssue() { + if !HasProject() { printError("Please select a project first", nil) return }