Fix install (#130)

This commit is contained in:
Sung Won Cho 2018-10-13 17:23:01 +10:00 committed by GitHub
commit 0d35ee9538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -4,4 +4,4 @@ tmp/
/vendor
test-dnote
/dist
/releases
/release

View file

@ -146,8 +146,8 @@ install_dnote() {
fi
binary=dnote
owner=sungwoncho
repo=goreleaser-issue
owner=dnote
repo=cli
github_download="https://github.com/${owner}/${repo}/releases/download"
tmpdir="$(mktemp -d)"
bindir=${bindir:-/usr/local/bin}