Skip to content

Commit 231472c

Browse files
committed
Fix typo
1 parent 612c2d7 commit 231472c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
- make QUIET_MAKE=1 $COMMON_FLAGS
1919
- make -C test $COMMON_FLAGS
2020
- make -C ctest $COMMON_FLAGS
21-
- make -C utest $COMMON_FLAGS"
21+
- make -C utest $COMMON_FLAGS
2222

2323
---
2424
kind: pipeline
@@ -40,4 +40,4 @@ steps:
4040
- make QUIET_MAKE=1 $COMMON_FLAGS
4141
- make -C test $COMMON_FLAGS
4242
- make -C ctest $COMMON_FLAGS
43-
- make -C utest $COMMON_FLAGS"
43+
- make -C utest $COMMON_FLAGS

0 commit comments

Comments
 (0)