1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 23:53:16 +00:00

missing closing paren

This commit is contained in:
Calvin Rose 2019-08-23 08:40:11 -05:00
parent 5d29079393
commit b78879dc18

View File

@ -560,7 +560,7 @@ int main(int argc, const char **argv) {
(do-rule "install-deps")
(do-rule "build")
(do-rule "install"))
([err] (print "Error building git repository dependency: " err))
([err] (print "Error building git repository dependency: " err)))
(os/cd olddir))
(defn install-rule