mirror of
https://github.com/containers/skopeo.git
synced 2025-09-03 15:46:42 +00:00
Add missing comment punctuation
golangci-lint linter: godot Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -44,7 +44,7 @@ func startOpenshiftCluster(c *check.C) *openshiftCluster {
|
||||
return cluster
|
||||
}
|
||||
|
||||
// clusterCmd creates an exec.Cmd in cluster.workingDir with current environment modified by environment
|
||||
// clusterCmd creates an exec.Cmd in cluster.workingDir with current environment modified by environment.
|
||||
func (cluster *openshiftCluster) clusterCmd(env map[string]string, name string, args ...string) *exec.Cmd {
|
||||
cmd := exec.Command(name, args...)
|
||||
cmd.Dir = cluster.workingDir
|
||||
|
Reference in New Issue
Block a user