Skip to content

Commit

Permalink
fix: use correct name for project
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Oct 9, 2021
1 parent 3766751 commit 44911d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME = procfile-util
EMAIL = [email protected]
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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PROCFILE_FORMAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# go-procfile-util
# procfile-util

A tool for interacting with Procfiles.

Expand All @@ -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
Expand Down

0 comments on commit 44911d0

Please sign in to comment.