Skip to content

Commit 00f5e2a

Browse files
authored
Update test_runner.sh
1 parent 017efd2 commit 00f5e2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_runner.sh

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ SERVICE_ENDPOINT='/e/flatiron_xcpretty'
55
CURR_DIR="$2"
66
NETRC=~/.netrc
77

8-
98
if [ -f ${NETRC} ]; then
109
if grep -q flatiron-push ${NETRC}; then
1110
GITHUB_USERNAME=`grep -A1 flatiron-push ${NETRC} | grep login | awk '{print $2}'`

0 commit comments

Comments
 (0)