We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a210155 commit d4209e7Copy full SHA for d4209e7
1 file changed
ror.kdl
@@ -25,7 +25,7 @@ task install {
25
on "build"
26
}
27
28
- cmd "cp ./out/ror ~/.local/bin/ror"
+ cmd "install -m 755 ./out/ror ~/.local/bin/ror"
29
30
31
task go {
0 commit comments