Skip to content

Commit 3347d6b

Browse files
author
Samuel Vandamme
committed
Added cleaner check
1 parent 7172bfb commit 3347d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ echo
7777

7878
# Test config
7979
echo "Testing configuration"
80-
coscale-cli event list
80+
./coscale-cli check-config | sed -e 's/[{}]//g' | awk --field-separator=":" '{print $2 }'
8181
echo
8282

8383
# Done

0 commit comments

Comments
 (0)