mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
fixed incorrect config path
This commit is contained in:
parent
5c304805a3
commit
56c70ce94e
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ def migrateconfig():
|
|||
try:
|
||||
click.secho("Migrating example config files...", fg="black")
|
||||
working_directory = os.path.dirname(os.path.abspath(__file__))
|
||||
config_dir = os.path.join(working_directory, "configuration/")
|
||||
config_dir = os.path.join(working_directory, "hyperglass/configuration/")
|
||||
examples = glob.iglob(os.path.join(config_dir, "*.example"))
|
||||
for f in examples:
|
||||
basefile, extension = os.path.splitext(f)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue