Skip to content

Commit

Permalink
fix shellcheck on is_mac
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Aug 10, 2022
1 parent 4f72caa commit 593fcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .functions/is_mac
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
is_mac() {
[ $(uname) == "Darwin" ]
[ "$(uname)" == "Darwin" ]
}

0 comments on commit 593fcaa

Please sign in to comment.