Skip to content

Commit 11ed085

Browse files
committed
Fixed typo in master deploy script
1 parent dadcf81 commit 11ed085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: Creating Neo4j Container
21-
run: |
21+
run:
2222
chmod +x ./scripts/docker-neo4j-initializer/docker-neo4j.sh
2323
./scripts/docker-neo4j-initializer/docker-neo4j.sh
2424
sleep 30s

0 commit comments

Comments
 (0)