We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52911f6 commit 51b2129Copy full SHA for 51b2129
luasrc/actions/scripts/add_script.lua
@@ -38,7 +38,7 @@ private_vibescript.add_script = function(config_json)
38
if os_name == "linux" or os_name == "macos" then
39
local code = string.format("vibescript %s \"$@\"", name)
40
local path = os.getenv("HOME").."/.local/bin/"..name
41
- os.execute("chmod +x "..path)
42
dtw.write_file(path, code)
+ os.execute("chmod +x "..path)
43
end
44
0 commit comments