We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29f2916 + 1b8d5f1 commit 7f7f717Copy full SHA for 7f7f717
src/if-run/config/strings.ts
@@ -58,7 +58,7 @@ Note that for the '--output' option you also need to define the output type in y
58
PREPARING_OUTPUT_DATA: 'Preparing output data',
59
EXPORTING_TO_YAML_FILE: (savepath: string) =>
60
`Exporting to yaml file: ${savepath}`,
61
- EMPTY_PIPELINE: `You've using an old style manifest. Please update for phased execution. More information can be found here:
+ EMPTY_PIPELINE: `You're using an old style manifest. Please update for phased execution. More information can be found here:
62
https://if.greensoftware.foundation/major-concepts/manifest-file`,
63
/** Exhaust messages */
64
OUTPUT_REQUIRED:
0 commit comments