Skip to content

Commit

Permalink
Fixed access to global config. refs: #25
Browse files Browse the repository at this point in the history
  • Loading branch information
spanezz committed Mar 25, 2022
1 parent 5ad1fd8 commit 556d4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moncic/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def create_container(
if self.config.tmpfs is not None:
config.tmpfs = self.config.tmpfs
else:
config.tmpfs = self.moncic.config.tmpfs
config.tmpfs = self.images.moncic.config.tmpfs

# Import here to avoid an import loop
from .container import NspawnContainer
Expand Down

0 comments on commit 556d4d6

Please sign in to comment.