Skip to content

Commit ff1a5d7

Browse files
committed
fix issue with missing shared dict
1 parent ae1de19 commit ff1a5d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hush/storage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def host(name: str) -> dict:
6262
"algo": {},
6363
"ilo4": {},
6464
"smart": {},
65+
"shared": {},
6566
}
6667
return hosts[name]
6768

0 commit comments

Comments
 (0)