Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander committed Feb 4, 2021
1 parent 8632835 commit 9c9460c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/set-dns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "search apache.org" | sudo tee -a /etc/resolv.conf
mkdir -p build-cache

if [ ! -f "build-cache/coredns_1_8_1" ]; then
wget https://github.com/coredns/coredns/releases/download/v1.8.1/coredns_1.8.1_linux_amd64.tgz
wget https://github.com/coredns/coredns/releases/download/v1.8.1/coredns_1.8.1_linux_amd64.tgz
tar -xvf coredns_1.8.1_linux_amd64.tgz
mv coredns build-cache/

Expand Down

0 comments on commit 9c9460c

Please sign in to comment.