Skip to content

Commit f0a9a97

Browse files
committed
I forgot a )
1 parent 6224eaa commit f0a9a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/run-tests/benchmark_v2/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ runs:
116116
# First line of --version is formatted 'clang version ... (<repo> <commit>)'
117117
# thus we parse for (<repo> <commit>):
118118
clang++ --version
119-
sycl_git_info="$(clang++ --version | head -n 1 | grep -oE '\([^ ]+ [a-f0-9]+\)$')" | tr -d '()'
119+
sycl_git_info="$(clang++ --version | head -n 1 | grep -oE '\([^ ]+ [a-f0-9]+\)$')" | tr -d '()')"
120120
if [ -z "$sycl_git_info" ]; then
121121
echo "Error: Unable to deduce SYCL build source repo/commit: Are you sure dpcpp variable is in PATH?"
122122
exit 1

0 commit comments

Comments
 (0)