Skip to content

Commit

Permalink
Typo in instructions for BINDLE_URL workflow variable (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson authored Aug 5, 2021
1 parent 5ce4167 commit b73c176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/generators/app/providers/hippo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit b73c176

Please sign in to comment.