Skip to content

Commit 612aaac

Browse files
Merge pull request #171 from xenophenes/docs
clean up documentation
2 parents 91a0fcd + 974ca7b commit 612aaac

File tree

2 files changed

+144
-166
lines changed

2 files changed

+144
-166
lines changed

bin/get-deps.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

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

16-
echo "getting project dependencies...."
16+
echo "Getting project dependencies..."
1717
#godep restore
1818

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

0 commit comments

Comments
 (0)