io: fix typo
Introduced in the previous commit.
This commit is contained in:
parent
4e89fc638f
commit
f31c7172c5
|
@ -305,7 +305,7 @@
|
||||||
(string->bytes/utf-8 target)
|
(string->bytes/utf-8 target)
|
||||||
(string->bytes/utf-8 parameters)
|
(string->bytes/utf-8 parameters)
|
||||||
(->host (->path dir) who '(exists))
|
(->host (->path dir) who '(exists))
|
||||||
show_mode)))
|
show_mode))
|
||||||
(when (rktio-error? r) (raise-rktio-error who r "failed"))
|
(when (rktio-error? r) (raise-rktio-error who r "failed"))
|
||||||
#f)
|
#f)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user