Fix: Changes to have command usage

This commit is contained in:
2023-05-05 22:59:14 +03:00
parent edd56c80eb
commit e5fe49834d
6 changed files with 24 additions and 8 deletions

View File

@@ -39,4 +39,7 @@ have gh && {
done
msg_ok "Done"
} || msg_err "gh (GitHub Client) could not be found, please install it first"
}
! have gh \
&& msg_err "gh (GitHub Client) could not be found, please install it first"