Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
daveneeley committed Jun 18, 2022
1 parent 8c789f5 commit 0ce7dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ list_all_versions() {

get_os_artifact_name() {
case "$OSTYPE" in
darwin*) echo "osx" ;;
linux*) echo "linux" ;;
*) echo "unsupported: $OSTYPE" ;;
darwin*) echo "osx" ;;
linux*) echo "linux" ;;
*) echo "unsupported: $OSTYPE" ;;
esac
}

Expand Down

0 comments on commit 0ce7dad

Please sign in to comment.