Skip to content

Commit

Permalink
fix shellcheck warning
Browse files Browse the repository at this point in the history
Signed-off-by: Xe Iaso <[email protected]>
  • Loading branch information
Xe Iaso committed Apr 13, 2023
1 parent 6bdc88c commit 617b37b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ case `uname -m` in
;;
*)
echo "Unknown CPU type $(uname -m), please file a bug at https://github.com/tailscale-dev/docker-mod"
;;
esac

tarball="$(curl 'https://pkgs.tailscale.com/stable/?mode=json' | jq -r .Tarballs.${GOARCH})"
Expand Down

0 comments on commit 617b37b

Please sign in to comment.