Skip to content

Commit

Permalink
Correct URL
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Campbell <[email protected]>
  • Loading branch information
Ian Campbell committed Feb 24, 2017
1 parent 4d49b0c commit f7a9369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nurse/problems/processor-not-supported-sysctl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"in_file": "sysctl-a",
"matches": ["^kern.hv_support: 0$"],
"description": "Your system does not satisfy the hardware requirements of Docker for Mac. See https://docs.docker.com/docker-for-mac/#/what-to-know-before-you-install for more information."
"description": "Your system does not satisfy the hardware requirements of Docker for Mac. See https://docs.docker.com/docker-for-mac/install/#/what-to-know-before-you-install for more information."
}
2 changes: 1 addition & 1 deletion .nurse/problems/processor-not-supported.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"in_file": "docker-system.log",
"matches": ["vmx_init: processor not supported by Hypervisor.framework"],
"description": "Your system does not satisfy the hardware requirements of Docker for Mac. See https://docs.docker.com/docker-for-mac/#/what-to-know-before-you-install for more information."
"description": "Your system does not satisfy the hardware requirements of Docker for Mac. See https://docs.docker.com/docker-for-mac/install/#/what-to-know-before-you-install for more information."
}

0 comments on commit f7a9369

Please sign in to comment.