Skip to content

Commit ffee448

Browse files
committed
Fix typo
1 parent feb768f commit ffee448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/container/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ func (m *Manager) DevReload(dryRun bool) error {
230230
}
231231

232232
if dryRun {
233-
// The image could be rebuild in case of a dry run, without touch the container.
233+
// The image could be rebuild in case of a dry run, without touching the container.
234234
// But a temp image id will have to be used to avoid conflict with the existing image.
235235
// Dryrun is a no-op for now for containers
236236
return nil

0 commit comments

Comments
 (0)