We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22a064 commit 1fe165eCopy full SHA for 1fe165e
test/create_working_copy.sh
@@ -3,7 +3,7 @@
3
# This script creates a working copy of grunt-drupal-tasks by initializing a
4
# project using the example in the test/working_copy directory.
5
6
-if [ ! -f "Gruntfile.js" ]; then echo "This script should be run from the grunt-drupal-tasks directory."; exit 1; fi;
+if [ ! -f "test/create_working_copy.sh" ]; then echo "This script should be run from the grunt-drupal-tasks directory."; exit 1; fi;
7
8
# If an old install exists, reset permissions on src/sites/default.
9
if [ -d "test/working_copy/src/sites/default" ]; then chmod 755 test/working_copy/src/sites/default/; fi;
0 commit comments