Updated comment block of composer gulp task.

This commit is contained in:
alext 2018-11-10 15:13:36 +01:00
parent ec07dddb4c
commit 8f3fe8a0c7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
const del = require('del');
/**
* Install and copy the required files from the "composer_modules" directory.
* Install and copy the required files from the "vendor" directory.
*
* Composer needs to be installed and configured in order for this command to
* work properly.