Skip to content

Commit

Permalink
Change owner in GitHub URL for git-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Aug 10, 2024
1 parent 5caaa55 commit dfa10b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/git-bug@x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ app_install() {
local package="${APP_NAME}_linux_amd64"

utils:get_file \
"https://github.com/MichaelMure/git-bug/releases/download/$version/$package" \
"https://github.com/git-bug/git-bug/releases/download/$version/$package" \
"$SDD_TEMP_DIR/$APP_NAME"

utils:get_file \
"https://github.com/MichaelMure/git-bug/archive/$version.tar.gz" \
"https://github.com/git-bug/git-bug/archive/$version.tar.gz" \
"$SDD_TEMP_DIR/$version.tar.gz"
utils:extract "$SDD_TEMP_DIR/$version.tar.gz"

Expand Down Expand Up @@ -44,7 +44,7 @@ app_remove() {
}

app_version() {
utils:github_latest_release 'MichaelMure/git-bug'
utils:github_latest_release 'git-bug/git-bug'
}

SCRIPT_DIR="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")"
Expand Down

0 comments on commit dfa10b8

Please sign in to comment.