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
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/acr/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def acr_task_create(cmd, # pylint: disable=too-many-locals
raise CLIError(e)

if not context_path:
raise CLIError("If the task is not a System Task, --context-path must be provided.")
raise CLIError("If the task is not a System Task, --context must be provided.")

if context_path.lower() == ACR_NULL_CONTEXT:
context_path = None
Expand Down
Loading