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}