Skip to content

Commit 0ce7dad

Browse files
committed
more linting
1 parent 8c789f5 commit 0ce7dad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/utils.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ list_all_versions() {
3434

3535
get_os_artifact_name() {
3636
case "$OSTYPE" in
37-
darwin*) echo "osx" ;;
38-
linux*) echo "linux" ;;
39-
*) echo "unsupported: $OSTYPE" ;;
37+
darwin*) echo "osx" ;;
38+
linux*) echo "linux" ;;
39+
*) echo "unsupported: $OSTYPE" ;;
4040
esac
4141
}
4242

0 commit comments

Comments
 (0)