Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit fd4da5b

Browse files
author
sunportainer
committed
remove unnecessary comment
1 parent 59e6a97 commit fd4da5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compose/internal/composeplugin/composeplugin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ func newCommand(command []string, filePaths []string) composeCommand {
165165

166166
func newUpCommand(filePaths []string, forceRereate bool) composeCommand {
167167
args := []string{"up", "-d"}
168-
//set `--force-recreate` flag if forceRereate param is true
169168
if forceRereate {
170169
args = append(args, "--force-recreate")
171170
}

0 commit comments

Comments
 (0)