Skip to content

Commit d7a7fed

Browse files
authored
Update script.sh
1 parent 87187e2 commit d7a7fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -x
88
[ $TRAVIS_OS_NAME != linux ] || {
99
U_NAME=${U_NAME:=embARC_Bot}
1010
U_EMAIL=${U_EMAIL:=info@embARC.org}
11-
echo $UNAME, $U_EMAIL
11+
echo $U_NAME, $U_EMAIL
1212
git config --global user.name "${U_NAME}"
1313
git config --global user.email "${U_EMAIL}"
1414

0 commit comments

Comments
 (0)