mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Less hacky fix for /%2F bug
This commit is contained in:
@@ -47,8 +47,8 @@ var (
|
||||
ServerPID = "215"
|
||||
NonContainerPID = "1234"
|
||||
|
||||
Client1Name = "curl"
|
||||
Client2Name = "curl"
|
||||
Client1Name = "/usr/bin/curl"
|
||||
Client2Name = "/usr/bin/curl"
|
||||
ServerName = "apache"
|
||||
NonContainerName = "bash"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user