fix typo in hobo-agent path

This commit is contained in:
Christophe Siraut 2018-10-10 10:33:19 +02:00
parent 6f9a0f47c7
commit a1f9cb9209
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def link(application, basepath):
hobo_agent = os.path.join(etc, 'hobo-agent')
if not os.path.isdir(hobo_agent):
os.mkdir(hobo-agent)
os.mkdir(hobo_agent)
move_and_link('/etc/hobo-agent', hobo_agent)