Browse Source

Update assets.makefile

Volodymyr Tkach 2 years ago
parent
commit
5cf410865c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets.makefile

+ 1 - 1
assets.makefile

@@ -16,7 +16,7 @@ ifndef CHECK_YUI_COMPRESSOR
 endif
 
 --check-assets-sh-file:
-	test -f assets.sh || curl -fsSL -o assets.sh https://raw.githubusercontent.com/vladimirok5959/assets/main/assets.sh
+	@test -f assets.sh || curl -fsSL -o assets.sh https://raw.githubusercontent.com/vladimirok5959/assets/main/assets.sh
 
 --assets-css: --check-yui-compressor --check-assets-sh-file
 	@for file in ${FILES_CSS}; do \