Merge pull request #4 from NimaQu/patch-1

fix script error
This commit is contained in:
Frank Edwards 2022-09-16 10:32:33 +10:00 committed by GitHub
commit 399d09c478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ PLATFORM="linux/arm/v7"
set -eu set -eu
if [[ ! -d ./tailscale/.git ]] if [ ! -d ./tailscale/.git ]
then then
git clone https://github.com/tailscale/tailscale.git git clone https://github.com/tailscale/tailscale.git
fi fi