aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform')
-rw-r--r--lua/conform/formatters/shellharden.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/shellharden.lua b/lua/conform/formatters/shellharden.lua
index c79063b..309ea86 100644
--- a/lua/conform/formatters/shellharden.lua
+++ b/lua/conform/formatters/shellharden.lua
@@ -5,5 +5,5 @@ return {
description = "The corrective bash syntax highlighter",
},
command = "shellharden",
- args = { "--transform", "''" },
+ args = { "--transform", "" },
}