Skip to content

Commit 23676c6

Browse files
committed
Update
1 parent 27ee200 commit 23676c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env sh
22

33
chmod 777 gradlew # ensure correct permissions
4-
git add gradlew
5-
git commit -m "Update gradlew permissions"
4+
git add gradlew >> /dev/null
5+
git commit -m "Update gradlew permissions" >> /dev/null
66

77

88
cd setup_code

0 commit comments

Comments
 (0)