Skip to content

Commit 1fe165e

Browse files
committed
Fixing create_working_copy.sh script for removal of Gruntfile.js.
1 parent f22a064 commit 1fe165e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/create_working_copy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script creates a working copy of grunt-drupal-tasks by initializing a
44
# project using the example in the test/working_copy directory.
55

6-
if [ ! -f "Gruntfile.js" ]; then echo "This script should be run from the grunt-drupal-tasks directory."; exit 1; fi;
6+
if [ ! -f "test/create_working_copy.sh" ]; then echo "This script should be run from the grunt-drupal-tasks directory."; exit 1; fi;
77

88
# If an old install exists, reset permissions on src/sites/default.
99
if [ -d "test/working_copy/src/sites/default" ]; then chmod 755 test/working_copy/src/sites/default/; fi;

0 commit comments

Comments
 (0)