From 91e7fad0f7ef493e75195b6ddb86d88679833776 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 5 Aug 2020 02:19:38 +0200 Subject: [PATCH] chore(scaffolder): fixing path to now be the spotify repo to load golang template --- plugins/scaffolder-backend/scripts/mock-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/scripts/mock-data.sh b/plugins/scaffolder-backend/scripts/mock-data.sh index 8c73ff9378..f18d4b4838 100755 --- a/plugins/scaffolder-backend/scripts/mock-data.sh +++ b/plugins/scaffolder-backend/scripts/mock-data.sh @@ -17,5 +17,5 @@ curl \ --location \ --request POST 'localhost:7000/catalog/locations' \ --header 'Content-Type: application/json' \ - --data-raw "{\"type\": \"github\", \"target\": \"https://github.com/benjdlambert/cookiecutter-golang/blob/master/template.yaml\"}" + --data-raw "{\"type\": \"github\", \"target\": \"https://github.com/spotify/cookiecutter-golang/blob/master/template.yaml\"}" echo