From 0d35ee9538b8ca722ef2ace4b7c89e016fe42be2 Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Sat, 13 Oct 2018 17:23:01 +1000 Subject: [PATCH] Fix install (#130) --- .gitignore | 2 +- install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0d5ebeb4..28a25062 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ tmp/ /vendor test-dnote /dist -/releases +/release diff --git a/install.sh b/install.sh index 0950bb39..b4594615 100755 --- a/install.sh +++ b/install.sh @@ -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}