You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/01/06 08:59:06 UTC

[camel-k] 02/02: Clean-up comment.

This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4015ed37261f1e8167cded81d52602ee69ce2f48
Author: Doru Bercea <gh...@ibm.com>
AuthorDate: Tue Jan 5 18:48:33 2021 -0500

    Clean-up comment.
---
 pkg/util/docker/docker_base.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/util/docker/docker_base.go b/pkg/util/docker/docker_base.go
index 4967770..d894a94 100644
--- a/pkg/util/docker/docker_base.go
+++ b/pkg/util/docker/docker_base.go
@@ -76,7 +76,7 @@ func RunImageArgs(imagePath string, imageTag string) []string {
 	args := make([]string, 0)
 	args = append(args, "run")
 
-	// TODO: support other networks.
+	// Add network flag.
 	args = append(args, "--network="+NetworkName)
 
 	// Path to Docker image: