From 3e675150d3dd829604be98a2cb2209dd7f21a4d3 Mon Sep 17 00:00:00 2001 From: John Reese Date: Tue, 14 Jul 2020 19:13:16 -0400 Subject: [PATCH] Update pull messaging --- internal/commands/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/pull.go b/internal/commands/pull.go index c8c9766..862055b 100644 --- a/internal/commands/pull.go +++ b/internal/commands/pull.go @@ -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 } }