From b73c176aed83430530391ddf98fb946a7e8088bc Mon Sep 17 00:00:00 2001 From: itowlson Date: Fri, 6 Aug 2021 08:51:42 +1200 Subject: [PATCH] Typo in instructions for BINDLE_URL workflow variable (#56) --- ts/generators/app/providers/hippo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/generators/app/providers/hippo.ts b/ts/generators/app/providers/hippo.ts index ba13844..b292371 100644 --- a/ts/generators/app/providers/hippo.ts +++ b/ts/generators/app/providers/hippo.ts @@ -67,7 +67,7 @@ export const hippo: Registry = { `* ${fmt.ev('HIPPO_URL')} (defined in .github/workflows/release.yml): the`, ' URL of the Hippo where you\'d like to', ' publish releases. We\'ve set this up for you.', - `* ${fmt.ev('BINDLE_SERVICE_URL')} (defined in .github/workflows/release.yml): the`, + `* ${fmt.ev('BINDLE_URL')} (defined in .github/workflows/release.yml): the`, ' URL of the Bindle server where your Hippo server', ' gets modules from. We\'ve set this up for you.', `* ${fmt.ev('HIPPO_USERNAME')} (secret you need to create in GitHub): the ID`,