diff --git a/Sources/tart/Commands/Pull.swift b/Sources/tart/Commands/Pull.swift index 267a4fb9..1891a92c 100644 --- a/Sources/tart/Commands/Pull.swift +++ b/Sources/tart/Commands/Pull.swift @@ -13,7 +13,7 @@ struct Pull: AsyncParsableCommand { // Be more liberal when accepting local image as argument, // see https://github.com/cirruslabs/tart/issues/36 if VMStorageLocal().exists(remoteName) { - print("an image named \"\(remoteName)\" already exists locally, perhaps you've meant to pull a remote image instead?") + print("\"\(remoteName)\" is a local image. Nothing to pull here!") Foundation.exit(0) }