Skip to content

Commit 51b2129

Browse files
att
1 parent 52911f6 commit 51b2129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luasrc/actions/scripts/add_script.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private_vibescript.add_script = function(config_json)
3838
if os_name == "linux" or os_name == "macos" then
3939
local code = string.format("vibescript %s \"$@\"", name)
4040
local path = os.getenv("HOME").."/.local/bin/"..name
41-
os.execute("chmod +x "..path)
4241
dtw.write_file(path, code)
42+
os.execute("chmod +x "..path)
4343
end
4444
end

0 commit comments

Comments
 (0)