ci: '`' -> '"'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-06-17 02:15:35 +02:00
parent b3787da640
commit b1278f431b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -100,7 +100,7 @@ def main(ctx):
"commands": [
"nix fmt -- --version",
"nix fmt -- --check . || " +
"(echo 'nix code unformatted! run `nix fmt` to fix it' && exit 1)"
"(echo 'nix code unformatted! run \"nix fmt\" to fix it' && exit 1)"
]
},
{