dot_config/hut/private_config.tmpl 🔗
@@ -1,3 +1,3 @@
instance "sr.ht" {
- access-token "{{ onepasswordRead 'op://Private/SourceHut/token' }}"
+ access-token '{{ onepasswordRead "op://Private/SourceHut/token" }}'
}
Amolith created
dot_config/hut/private_config.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -1,3 +1,3 @@
instance "sr.ht" {
- access-token "{{ onepasswordRead 'op://Private/SourceHut/token' }}"
+ access-token '{{ onepasswordRead "op://Private/SourceHut/token" }}'
}