Fix #4
All checks were successful
/ build (push) Successful in 29s

This commit is contained in:
Sebastiaan de Schaetzen 2024-10-18 11:18:13 +02:00
parent 90dd9dc07a
commit 2d2af5e5b9

View File

@ -107,7 +107,7 @@ func ActionListBoards(_ []string) {
} }
func ActionUseBoard(args []string) { func ActionUseBoard(args []string) {
if !HasIssue() { if !HasProject() {
printError("Please select a project first", nil) printError("Please select a project first", nil)
return return
} }