19889: Fix comment.
authorTom Clegg <tom@curii.com>
Mon, 27 Mar 2023 23:23:32 +0000 (19:23 -0400)
committerTom Clegg <tom@curii.com>
Mon, 27 Mar 2023 23:23:32 +0000 (19:23 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/crunchrun/container_gateway.go

index e0f3b386f3ce39877d7665d5cf5fc29673312d56..12bdc6b7db0569da3305c85b294fc7b41d9eb88e 100644 (file)
@@ -81,7 +81,8 @@ type Gateway struct {
        // controller process at the other end of the tunnel.
        UpdateTunnelURL func(url string)
 
-       // Source for serving WebDAV requests at /arvados/v1/{uuid}/log/
+       // Source for serving WebDAV requests at
+       // /arvados/v1/containers/{uuid}/log/
        LogCollection arvados.CollectionFileSystem
 
        sshConfig   ssh.ServerConfig