Skip to content

Commit f6404a5

Browse files
author
Bram Ceulemans
committed
fix: link to troubleshooting area is not correct
1 parent e1f279f commit f6404a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def main():
3737
try:
3838
client = docker.from_env()
3939
except ConnectionError:
40-
logger.error('Could not connect to Docker Engine. Check https://git.io/fjvRd for possible solutions')
40+
logger.error('Could not connect to Docker Engine. Check https://git.io/JJujV for possible solutions')
4141
return
4242

4343
logger.info('Started checking for updates')

0 commit comments

Comments
 (0)