Skip to content

Commit

Permalink
Do not update dependencies unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Dec 21, 2020
1 parent cb99d4f commit 61be8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ rm -rf Cloak
try git clone https://github.com/cbeuw/Cloak
cd Cloak
try git checkout tags/$CK_RELEASE_TAG
try go get -u ./...
try go get ./...

cd cmd/ck-client

Expand Down

0 comments on commit 61be8cc

Please sign in to comment.