remove duplicated period

remove a duplicated period
This commit is contained in:
kevin.xu
2019-10-23 14:56:44 +08:00
committed by GitHub
parent 6122b413f1
commit 3edbdcc191
+1 -1
View File
@@ -51,7 +51,7 @@ const (
ContainerEvent = "containerManager.Event"
// ContainerExecuteAsync is the URPC endpoint for executing a command in a
// container..
// container.
ContainerExecuteAsync = "containerManager.ExecuteAsync"
// ContainerPause pauses the container.