From 8f3fe8a0c75d6051bfc48a1675530e824042f5e3 Mon Sep 17 00:00:00 2001 From: alext Date: Sat, 10 Nov 2018 15:13:36 +0100 Subject: [PATCH] Updated comment block of composer gulp task. --- tools/gulp/composer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gulp/composer.js b/tools/gulp/composer.js index d23033e7..c3e7afd7 100644 --- a/tools/gulp/composer.js +++ b/tools/gulp/composer.js @@ -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.