We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13a7609 + 4507740 commit 03377beCopy full SHA for 03377be
1 file changed
cmd/rofl/deploy.go
@@ -88,7 +88,7 @@ var (
88
cfgEnclaves, err := roflCommon.GetRegisteredEnclaves(ctx, deployment.AppID, npa)
89
cobra.CheckErr(err)
90
91
- if !maps.Equal(manifestEnclaves, cfgEnclaves) && !deployForce {
+ if !maps.Equal(manifestEnclaves, cfgEnclaves) && !deployForce && !txCfg.Export {
92
// TODO: Generate and run Update TX automatically.
93
cobra.CheckErr("Local enclave identities DIFFER from on-chain enclave identities! Run `oasis rofl update` first")
94
}
0 commit comments