about summary refs log tree commit diff stats
path: root/http-client.mu
diff options
context:
space:
mode:
Diffstat (limited to 'http-client.mu')
-rw-r--r--http-client.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-client.mu b/http-client.mu
index 8c781e5f..f8e86046 100644
--- a/http-client.mu
+++ b/http-client.mu
@@ -2,7 +2,7 @@
 
 def main [
   local-scope
-  google:&:source:char <- start-reading-from-network 0/real-resources, [google.com], [/]
+  google:&:source:char <- start-reading-from-network 0/real-resources, [google.com/]
   n:num <- copy 0
   buf:&:buffer <- new-buffer 30
   {