From b1278f431bc2274f0122a40a9e8b062100f352f8 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 17 Jun 2022 02:15:35 +0200 Subject: [PATCH] ci: '`' -> '"' --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 6e06602..338fdbe 100644 --- a/.drone.star +++ b/.drone.star @@ -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)" ] }, {