Skip to content

Commit

Permalink
Changed message for external phar files
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Apr 13, 2023
1 parent 52cdaf7 commit 03f8cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefiles/01_defines.Makefile
Expand Up @@ -145,7 +145,7 @@ define download_phar
@test -f "$(PATH_ROOT)/vendor/bin/$(2).phar" \
|| \
( \
echo "File ./vendor/bin/$(2).phar not found. Downloading." \
echo "File ./vendor/bin/$(2).phar not found. Downloading." \
&& \
curl $(1) --output "$(PATH_ROOT)/vendor/bin/$(2).phar" \
--connect-timeout 5 --max-time 10 --retry 5 --retry-delay 0 --retry-max-time 40 \
Expand Down

0 comments on commit 03f8cc3

Please sign in to comment.