Skip to content

Commit 5f7b336

Browse files
cjy008bsanders
authored andcommitted
BUGFIX: Fix loading of the metadata during a load from dump
1 parent 473af5d commit 5f7b336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/stack/command/stack/commands/load/plugin_host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def run(self, section):
3535
metadata = h.get('metadata')
3636
if metadata:
3737
self.owner.stack('set.host.metadata',
38-
host, [f'metadata={metadata}'])
38+
host, f'metadata={metadata}')
3939

4040
# group
4141

0 commit comments

Comments
 (0)