diff --git a/Makefile b/Makefile index c8843b6..021bbf6 100644 --- a/Makefile +++ b/Makefile @@ -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} diff --git a/templates/config_host.go b/templates/config_host_go similarity index 100% rename from templates/config_host.go rename to templates/config_host_go