We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91a0fcd + 974ca7b commit 612aaacCopy full SHA for 612aaac
bin/get-deps.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/bash
2
3
# Copyright 2017-2018 Crunchy Data Solutions, Inc.
4
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +13,7 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-echo "getting project dependencies...."
+echo "Getting project dependencies..."
17
#godep restore
18
19
go get github.com/inconshreveable/mousetrap
@@ -47,4 +47,3 @@ git fetch --all --tags --prune
47
git checkout kubernetes-1.8.5
48
cd $GOPATH/src/github.com/kubernetes/code-generator/cmd/deepcopy-gen
49
go build main.go && mv main $GOPATH/bin/deepcopy-gen
50
-
0 commit comments