Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
feat(controller): fix flake8 error.
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Oct 4, 2014
1 parent 0254f28 commit 0dcb368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/scheduler/coreos.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def attach(self, name):
{"section": "Service", "name": "ExecStop", "value": '''/usr/bin/docker rm -f {name}'''},
{"section": "Service", "name": "TimeoutStartSec", "value": "20m"},
{"section": "Service", "name": "RestartSec", "value": "5"},
{"section": "Service", "name": "Restart", "value": "on-failure"},
{"section": "Service", "name": "Restart", "value": "on-failure"},
]


Expand Down

0 comments on commit 0dcb368

Please sign in to comment.