mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 04:49:31 +00:00
Fix: Changes to have command usage
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user