docs: fix command in trusted launch workflow and add fetch-measurements

This commit is contained in:
Thomas Tendyck 2022-09-13 23:43:43 +02:00 committed by Thomas Tendyck
parent c6a6d7ffe4
commit 72d5aa7558
4 changed files with 24 additions and 6 deletions

View file

@ -57,7 +57,7 @@ func configFetchMeasurements(cmd *cobra.Command, fileHandler file.Handler, clien
}
if conf.IsDebugImage() {
cmd.Println("Configured image does not look like a released production image. Double check image before deploying to production.")
cmd.Println("Configured image doesn't look like a released production image. Double check image before deploying to production.")
}
if err := flags.updateURLs(conf); err != nil {