Skip to content

Commit ed06616

Browse files
authored
Typo
1 parent 2d2e0d5 commit ed06616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SEGMENT=$(python bin/xray_start.py)
22
gradle build --quiet --stacktrace &> /var/log/gradle.log; GRADLE_RETURN=$?
33
if (( GRADLE_RETURN != 0 )); then
4-
echo "Grade failed with exit status $GRADLE_RETURN" >&2
4+
echo "Gradle failed with exit status $GRADLE_RETURN" >&2
55
python bin/xray_error.py "$SEGMENT" "$(cat /var/log/gradle.log)"
66
exit 1
77
fi
8-
python bin/xray_success.py "$SEGMENT"
8+
python bin/xray_success.py "$SEGMENT"

0 commit comments

Comments
 (0)