Skip to content

Commit a3d3b2a

Browse files
committed
another bug introduced by PR 815
1 parent 112f1e5 commit a3d3b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hubblestack/utils/signing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def __getattribute__(self, name):
142142
pass
143143
try:
144144
default = getattr(self.Defaults, name)
145-
return __salt__['config.get']('repo_signing:%s'.format(name), default)
145+
return __salt__['config.get']('repo_signing:{}'.format(name), default)
146146
except AttributeError:
147147
raise
148148

0 commit comments

Comments
 (0)