Skip to content

Commit

Permalink
minor tweak for #39
Browse files Browse the repository at this point in the history
  • Loading branch information
ryran committed Feb 16, 2016
1 parent 0fbaf02 commit 22d2c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
prog = 'upvm'

# Path to helper blockdev script
blockdevHelper = '/usr/libexec/{}-dd-helper.py'.format(prog)
blockdevHelper = '/usr/share/{}/dd-helper.py'.format(prog)

# Set config file locations used by configargparse
cfgfileExample = '/usr/share/{}/example.conf'.format(prog)
Expand Down

0 comments on commit 22d2c15

Please sign in to comment.