Skip to content

Commit 5a73705

Browse files
authored
Fix ln invocation
1 parent 6458ff4 commit 5a73705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if [[ ! $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
7777
fi
7878

7979
# php-fpm
80-
ln -sv sbin/php-fpm ../bin/php-fpm
80+
ln -sv ../sbin/php-fpm bin/php-fpm
8181

8282
# composer and phpunit
8383
curl -fsSL -o bin/composer http://getcomposer.org/composer.phar

0 commit comments

Comments
 (0)