Skip to content

Commit

Permalink
Use dokku/smoke-test-plugin-main git repo for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmess1221 committed Apr 23, 2024
1 parent d040cc3 commit ea27f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ T_plugn-uninstall() {
T_plugn-update() {
local -A repos=(
[master]="https://github.com/dokku/smoke-test-plugin"
[main]="https://github.com/killjoy1221/smoke-test-plugin-using-main"
[main]="https://github.com/dokku/smoke-test-plugin-main"
)
for key in "${!repos[@]}"; do
local repo="${repos[$key]}"
Expand Down

0 comments on commit ea27f89

Please # to comment.