Skip to content

Commit 326efd4

Browse files
committed
Auto merge of rust-lang#2700 - RalfJung:begingroup, r=RalfJung
CI: fix begingroup printing
2 parents a59fa5c + 9fb229b commit 326efd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
function begingroup {
5-
echo "::group::$1"
5+
echo "::group::$@"
66
set -x
77
}
88

0 commit comments

Comments
 (0)