io: fix typo

Introduced in the previous commit.
This commit is contained in:
Matthew Flatt 2021-06-01 17:10:00 -06:00
parent 4e89fc638f
commit f31c7172c5

View File

@ -305,7 +305,7 @@
(string->bytes/utf-8 target)
(string->bytes/utf-8 parameters)
(->host (->path dir) who '(exists))
show_mode)))
show_mode))
(when (rktio-error? r) (raise-rktio-error who r "failed"))
#f)