Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions bin/get-deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash

# Copyright 2017-2018 Crunchy Data Solutions, Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

echo "getting project dependencies...."
echo "Getting project dependencies..."
#godep restore

go get github.com/inconshreveable/mousetrap
Expand Down Expand Up @@ -47,4 +47,3 @@ git fetch --all --tags --prune
git checkout kubernetes-1.8.5
cd $GOPATH/src/github.com/kubernetes/code-generator/cmd/deepcopy-gen
go build main.go && mv main $GOPATH/bin/deepcopy-gen

Loading