Skip to content

Commit b5d6195

Browse files
committed
fixed wrong config path in gufi_find
1 parent 95dd518 commit b5d6195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gufi_find

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,4 +688,4 @@ def run(argv, config_path):
688688
return query.returncode
689689

690690
if __name__=='__main__':
691-
sys.exit(run(sys.argv, gufi_config.DEFAULT_CONFIG_PATH))
691+
sys.exit(run(sys.argv, gufi_config.DEFAULT_PATH))

0 commit comments

Comments
 (0)