Skip to content

Commit 297f475

Browse files
committed
[issues/87] removed unnecessary /
else the url would be wrongly: https://getcomposer.org//composer.phar
1 parent d69494e commit 297f475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else
1919
;;
2020
# get the latest snapshot
2121
Snapshot | snapshot)
22-
phar_url="${phar_url}/composer.phar"
22+
phar_url="${phar_url}composer.phar"
2323
;;
2424
# get the latest version of the v1 tree
2525
1 | 1.x)

0 commit comments

Comments
 (0)