diff --git a/Makefile b/Makefile index d229ffd..c640ad9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME = procfile-util EMAIL = dokku@josediazgonzalez.com MAINTAINER = dokku MAINTAINER_NAME = Jose Diaz-Gonzalez -REPOSITORY = go-procfile-util +REPOSITORY = procfile-util HARDWARE = $(shell uname -m) SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]') BASE_VERSION ?= 0.12.0 @@ -166,7 +166,7 @@ release: build bin/gh-release cp build/deb/$(NAME)_$(VERSION)_amd64.deb release/$(NAME)_$(VERSION)_amd64.deb cp build/deb/$(NAME)_$(VERSION)_armhf.deb release/$(NAME)_$(VERSION)_armhf.deb cp build/rpm/$(NAME)-$(VERSION)-1.x86_64.rpm release/$(NAME)-$(VERSION)-1.x86_64.rpm - DEBUG=1 bin/gh-release create $(MAINTAINER)/$(REPOSITORY) $(VERSION) $(shell git rev-parse --abbrev-ref HEAD) + bin/gh-release create $(MAINTAINER)/$(REPOSITORY) $(VERSION) $(shell git rev-parse --abbrev-ref HEAD) release-packagecloud: @$(MAKE) release-packagecloud-deb diff --git a/PROCFILE_FORMAT.md b/PROCFILE_FORMAT.md index a84aba3..0fa3dda 100644 --- a/PROCFILE_FORMAT.md +++ b/PROCFILE_FORMAT.md @@ -32,7 +32,7 @@ Finally, process types within a Procfile may not overlap and must be unique. Rat ### Strict Mode -> Strict mode can be triggered on `go-procfile-util` via the `--strict` flag. +> Strict mode can be triggered on `procfile-util` via the `--strict` flag. In strict mode, the character set of a process type changes. diff --git a/README.md b/README.md index 3156aa3..b2ba6a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# go-procfile-util +# procfile-util A tool for interacting with Procfiles. @@ -7,7 +7,7 @@ A tool for interacting with Procfiles. Install it using the "go get" command: ```shell -go get github.com/josegonzalez/go-procfile-util +go get github.com/dokku/procfile-util ``` ## What is a Procfile