From ea27f89e459c5fa3ff092f682e33b4a4d6be002e Mon Sep 17 00:00:00 2001 From: Matthew Messinger Date: Tue, 23 Apr 2024 08:50:22 -0400 Subject: [PATCH] Use dokku/smoke-test-plugin-main git repo for test --- tests/functional/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/tests.sh b/tests/functional/tests.sh index 59093fe..4fdbee7 100755 --- a/tests/functional/tests.sh +++ b/tests/functional/tests.sh @@ -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]}"