diff options
author | Pratyush Desai | 2025-04-24 19:10:55 +0530 |
---|---|---|
committer | Pratyush Desai | 2025-04-24 19:10:55 +0530 |
commit | bf0b600b429bdc3905b216ae8fc502afedd7f301 (patch) | |
tree | b2a9f2420dfe4336bfe83b59107744e9f89c972b | |
parent | 63fc173060a9590c8546b2f129cca0e6bcb96496 (diff) | |
download | salt-bf0b600b429bdc3905b216ae8fc502afedd7f301.tar.gz salt-bf0b600b429bdc3905b216ae8fc502afedd7f301.tar.bz2 salt-bf0b600b429bdc3905b216ae8fc502afedd7f301.zip |
Use consistent quotes
switched to single quotes
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
-rw-r--r-- | pillar/id/dericom02_rigel_lysergic_dev.sls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pillar/id/dericom02_rigel_lysergic_dev.sls b/pillar/id/dericom02_rigel_lysergic_dev.sls index 2368d99..91c2754 100644 --- a/pillar/id/dericom02_rigel_lysergic_dev.sls +++ b/pillar/id/dericom02_rigel_lysergic_dev.sls @@ -51,7 +51,7 @@ profile: discord.23: Token: ${'secret_matterbridge:general:accounts:discord.23:Token'} Server: ${'secret_matterbridge:general:accounts:discord.23:Server'} - RemoteNickFormat: "[{PROTOCOL}] <{NICK}> " + RemoteNickFormat: '[{PROTOCOL}] <{NICK}> ' {{ discord_common() }} {#- discord.aithunder: |