Skip to content

Commit 7f7f717

Browse files
Merge branch 'emit-warning' of github.com:Green-Software-Foundation/if into emit-warning
2 parents 29f2916 + 1b8d5f1 commit 7f7f717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/if-run/config/strings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Note that for the '--output' option you also need to define the output type in y
5858
PREPARING_OUTPUT_DATA: 'Preparing output data',
5959
EXPORTING_TO_YAML_FILE: (savepath: string) =>
6060
`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:
61+
EMPTY_PIPELINE: `You're using an old style manifest. Please update for phased execution. More information can be found here:
6262
https://if.greensoftware.foundation/major-concepts/manifest-file`,
6363
/** Exhaust messages */
6464
OUTPUT_REQUIRED:

0 commit comments

Comments
 (0)