Skip to content

Commit

Permalink
Make Codacy happier.
Browse files Browse the repository at this point in the history
  • Loading branch information
verhoek committed Jun 20, 2018
1 parent e025b6b commit 41ddc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -19,7 +19,7 @@ if id travis &> /dev/null
then
TESTUSER=travis
else
TESTUSER=`whoami`
TESTUSER=$(whoami)
fi

echo "Build script starting with parameters TRAVIS_BUILD_DIR=$TRAVIS_BUILD_DIR and CATEGORY=$CATEGORY"
Expand Down

0 comments on commit 41ddc70

Please sign in to comment.