Skip to content

Commit 21508aa

Browse files
committed
fix(commands/init): make GYB setup executable
1 parent c39570f commit 21508aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler_admin/commands/init.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def init(args: Namespace) -> int:
5858
with gyb.open("w+") as dest:
5959
res += subprocess.call(("curl", "-s", "-S", "-L", "https://gyb-shortn.jaylee.us/gyb-install"), stdout=dest)
6060

61+
res += subprocess.call(("chmod", "+x", str(gyb.absolute())))
62+
6163
# install, giving values to some options
6264
# https://github.com/GAM-team/got-your-back/blob/main/install-gyb.sh
6365
#

0 commit comments

Comments
 (0)