mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -04:00
docs: fix command in trusted launch workflow and add fetch-measurements
This commit is contained in:
parent
c6a6d7ffe4
commit
72d5aa7558
4 changed files with 24 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue