From b62aa6871e54d07806226072bac80b0efc2d6920 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 6 Oct 2020 16:39:43 -0400 Subject: [PATCH] Update upgrade.sh --- template/scripts/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/scripts/upgrade.sh b/template/scripts/upgrade.sh index c9fb594..dd5e50b 100755 --- a/template/scripts/upgrade.sh +++ b/template/scripts/upgrade.sh @@ -1,3 +1,3 @@ #!/bin/sh -curl https://raw.githubusercontent.com/drone/drone-boilr/master/plugin/pipeline.go --output plugin/pipeline.go +curl https://raw.githubusercontent.com/drone/boilr-plugin/master/template/plugin/pipeline.go --output plugin/pipeline.go