Skip to content

Commit

Permalink
Merge pull request #116 from francescotimperi/static-web-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francescotimperi authored Sep 28, 2023
2 parents b77a51f + ff048fe commit 076fb76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuvolaris/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ def whisk_resume(spec, name, **kwargs):
cfg.detect()

logging.debug("*** dumping resumed configuration parameters")
cfg.dump_config()
cfg.dump_config()
version_util.annotate_operator_components_version()

def runtimes_filter(name, type, **kwargs):
return name == 'openwhisk-runtimes' and type == 'MODIFIED'
Expand Down

0 comments on commit 076fb76

Please sign in to comment.