Skip to content

Commit

Permalink
Update pull messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreese committed Jul 14, 2020
1 parent d0c5930 commit 3e67515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func runPullCommand(ctx context.Context, logger *log.Logger, location string, ma
}

if !exists {
client.Logger.Printf("[PULL] Image %s is missing from the host and will be pulled.", pullImage)
client.Logger.Printf("[PULL] Image %s is missing and will be pulled.", pullImage)
imagesToPull[pullImage] = auth
}
}
Expand Down

0 comments on commit 3e67515

Please sign in to comment.