Skip to content

Commit e245e6c

Browse files
committed
fix: lint error, replace double quotes with single quotes
1 parent 5c15bb7 commit e245e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/babel/tangle.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function Tangle:tangle()
6666
shebang = shebang:gsub('[\'"]', '')
6767
table.insert(parsed_content, 1, shebang)
6868
if filemode == nil then
69-
filemode = "o755"
69+
filemode = 'o755'
7070
end
7171
end
7272

0 commit comments

Comments
 (0)