Skip to content

Commit

Permalink
Rename template/config_host.go to defeat get-deps target.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgooch committed Aug 28, 2017
1 parent 94a713b commit 0c03775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clean:
rm -f keymaster-*.tar.gz

init-config-host:
@test -f cmd/keymaster/config_host.go || cp -p templates/config_host.go cmd/keymaster/config_host.go
@test -f cmd/keymaster/config_host.go || cp -p templates/config_host_go cmd/keymaster/config_host.go

${BINARY}-${VERSION}.tar.gz:
mkdir ${BINARY}-${VERSION}
Expand Down
File renamed without changes.

0 comments on commit 0c03775

Please sign in to comment.