Skip to content

Commit

Permalink
Fix to homu.conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
Crimack committed Jul 1, 2016
1 parent 24d8c56 commit 7a77865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sls/homu/toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def run():
config_path = os.path.join(project_path(), 'homu', 'files', 'cfg.toml')
config_path = os.path.join('/home', 'servo', 'homu', 'cfg.toml')
with open(config_path) as conf:
try:
toml.loads(conf.read())
Expand Down

0 comments on commit 7a77865

Please sign in to comment.