Skip to content

Commit 2541d4d

Browse files
committed
Find level 2 heading
1 parent cc6b8f2 commit 2541d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/composer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

3-
COMPOSER_ROOT_VERSION=$(grep '^##' ChangeLog.md | grep -v '?' | head -1 | cut -d ' ' -f 2) composer install --prefer-dist
3+
COMPOSER_ROOT_VERSION=$(grep '^## ' ChangeLog.md | grep -v '?' | head -1 | cut -d ' ' -f 2) composer install --prefer-dist
44
echo "vendor/autoload.php" > composer.pth

0 commit comments

Comments
 (0)