Skip to content

Commit

Permalink
go install uses the folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Nichols committed Dec 4, 2020
1 parent 48d6116 commit a5a6bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ find vendor/ -type l -exec sh -c 'for x; do [ -e "$x" ] || rm "$x"; done' _ {} +


# HACK HACK HACK:
# Until we can cleanly remove it, copy root ko.go and move it to ./cmd/ko
cp ${PROJECT_ROOT}/ko.go ${PROJECT_ROOT}/cmd/ko/main.go
# Until we can cleanly remove it, copy root main.go and move it to ./cmd/ko
cp ${PROJECT_ROOT}/main.go ${PROJECT_ROOT}/cmd/ko/
File renamed without changes.

0 comments on commit a5a6bdc

Please sign in to comment.