Skip to content

Commit

Permalink
change dependency to install instead of update
Browse files Browse the repository at this point in the history
  • Loading branch information
advanderveer committed Mar 19, 2018
1 parent f5fc188 commit 42d5ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Expand Up @@ -51,7 +51,7 @@ function run_dev { #setup dev environment
kubectl apply -f cmd/flex/dataset.yml

echo "--> updating dependencies"
glide up
glide install

echo "--> checking crd generated code is valid"
if ./crd/hack/verify-codegen.sh; then
Expand Down

0 comments on commit 42d5ce9

Please sign in to comment.