1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 09:43:12 +02:00

Fix typo in config - oops

This commit is contained in:
Travis McArthur
2014-08-23 23:01:24 -07:00
parent 496826f42c
commit 3c42268604
+1 -1
View File
@@ -2,4 +2,4 @@ language: c
compiler:
- gcc
- clang
script: ./Config --quick && make
script: ./Config -quick && make