Skip to content

Commit fe75cba

Browse files
Fix closing tag
1 parent eb3afcf commit fe75cba

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
@@ -130,7 +130,7 @@ jobs:
130130
name: Create integration test environment file
131131
working_directory: ~/Sites
132132
command: |
133-
cat > dev/tests/integration/.env << 'EOF'
133+
cat > dev/tests/integration/.env \<< 'EOF'
134134
135135
MAGENTO_ADMIN_FIRST_NAME=john
136136
MAGENTO_ADMIN_LAST_NAME=smith

0 commit comments

Comments
 (0)