Skip to content

Commit 994304d

Browse files
author
Shlomi Noach
committed
text align
1 parent 6c1d502 commit 994304d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/cibuild-gh-ost-replica-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git HEAD |
1010
local_commit="unknown"
1111
[ -d "gh-ost-ci-env" ] && local_commit=$(cd gh-ost-ci-env && git log --format="%H" -n 1)
1212

13-
echo "remote commit is $remote_commit"
14-
echo "local commit is $local_commit"
13+
echo "remote commit is: $remote_commit"
14+
echo "local commit is: $local_commit"
1515

1616
if [ "$remote_commit" != "$local_commit" ] ; then
1717
rm -rf ./gh-ost-ci-env

0 commit comments

Comments
 (0)