Skip to content

Commit 821c92c

Browse files
committed
opencode: fix owner name of the github repo
1 parent e78ff64 commit 821c92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/opencode@x86_64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ app_install() {
1818
fi
1919

2020
utils:get_file \
21-
"https://github.com/sst/opencode/releases/download/$version/$package" \
21+
"https://github.com/anomalyco/opencode/releases/download/$version/$package" \
2222
"$SDD_TEMP_DIR/$package"
2323
utils:extract "$SDD_TEMP_DIR/$package"
2424

@@ -32,7 +32,7 @@ app_remove() {
3232
}
3333

3434
app_version() {
35-
utils:github_latest_release 'sst/opencode'
35+
utils:github_latest_release 'anomalyco/opencode'
3636
}
3737

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

0 commit comments

Comments
 (0)