remove comment

This commit is contained in:
Aishwarya Lad
2024-07-13 14:52:45 -07:00
parent 90280c9c7b
commit 60929c782c
-1
View File
@@ -164,7 +164,6 @@ func (p Plugin) Exec() error {
}
}
// add base image docker credentials to the existing config file, else create new
// instead of writing to config file directly, using docker's login func
// is better to integrate with various credential helpers,
// it also handles different registry specific logic in a better way,