Skip to content

Commit 580626f

Browse files
bgoglinndenoyelle
authored andcommitted
contrib/ci.inria.fr: fix quotes to avoid invalid error messages
Signed-off-by: Brice Goglin <[email protected]>
1 parent a61c160 commit 580626f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ci.inria.fr/job-3-sonarscanner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test -f $HOME/.ciprofile && . $HOME/.ciprofile
2828
# check that this is either master or vX.Y
2929
if test x$hwloc_branch != xmaster; then
3030
if test x$(echo "x${hwloc_branch}x" | sed -r -e 's/xv[0-9]+\.[0-9]+x//') != x; then
31-
echo "Sending non-master and non-stable branch output to `tmp` branch on sonarqube server."
31+
echo "Sending non-master and non-stable branch output to 'tmp' branch on sonarqube server."
3232
hwloc_branch=tmp
3333
fi
3434
fi

0 commit comments

Comments
 (0)