Skip to content

Commit dda2bf4

Browse files
committed
Fix syntax error
1 parent 37d9ece commit dda2bf4

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
@@ -12,4 +12,4 @@ jobs:
1212
- run: git config --global user.name "Florian Weber (via CircleCI)"
1313
- run: git config --global user.email "[email protected]"
1414
- add_ssh_keys
15-
- run ./build/build.sh
15+
- run: ./build/build.sh

0 commit comments

Comments
 (0)