We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f279f commit f6404a5Copy full SHA for f6404a5
main.py
@@ -37,7 +37,7 @@ def main():
37
try:
38
client = docker.from_env()
39
except ConnectionError:
40
- logger.error('Could not connect to Docker Engine. Check https://git.io/fjvRd for possible solutions')
+ logger.error('Could not connect to Docker Engine. Check https://git.io/JJujV for possible solutions')
41
return
42
43
logger.info('Started checking for updates')
0 commit comments