We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb768f commit ffee448Copy full SHA for ffee448
internal/app/container/manager.go
@@ -230,7 +230,7 @@ func (m *Manager) DevReload(dryRun bool) error {
230
}
231
232
if dryRun {
233
- // The image could be rebuild in case of a dry run, without touch the container.
+ // The image could be rebuild in case of a dry run, without touching the container.
234
// But a temp image id will have to be used to avoid conflict with the existing image.
235
// Dryrun is a no-op for now for containers
236
return nil
0 commit comments