Skip to content

Commit 61513db

Browse files
escape
1 parent 3be04c3 commit 61513db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
name: Create integration test environment file
133133
working_directory: ~/Sites
134134
command: |
135-
cat > .env << 'EOF'
135+
cat > .env \<< 'EOF'
136136
137137
MAGENTO_ADMIN_FIRST_NAME=john
138138
MAGENTO_ADMIN_LAST_NAME=smith

0 commit comments

Comments
 (0)