Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/azure-cli/azure/cli/command_modules/acr/_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ def format_error_message(self, *args):

DOCKER_VERSION_ERROR = ErrorClass(
"DOCKER_VERSION_ERROR",
"An error occured while retrieving Docker version. Please try verifying it manually."
"An error occurred while retrieving Docker version. Please try verifying it manually."
)


DOCKER_PULL_ERROR = ErrorClass(
"DOCKER_PULL_ERROR",
"An error occurred while pulling a sample image. Please validate your network connection and verify if docker daemon is running properly."
"An error occurred while pulling a sample image. Please validate your network connection and verify if Docker daemon is running properly."
)


Expand Down