robosignatory: add missing quote
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
98c0297779
commit
b868ed70e9
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ handlers = ["console"]
|
|||
from = "f36-rebuild"
|
||||
to = "f36-rebuild"
|
||||
key = "{{ (env == 'production')|ternary('fedora-36', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('999f7cbf', 'd300e724') }}
|
||||
keyid = "{{ (env == 'production')|ternary('999f7cbf', 'd300e724') }}"
|
||||
|
||||
[consumer_config.ostree_refs]
|
||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue