Skip to content

Commit

Permalink
lib: change default database-path
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Sep 22, 2014
1 parent a72b488 commit f662881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ketrew_configuration.ml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ let default_configuration_path =
Sys.getenv "HOME" ^ "/.ketrew/configuration.toml"

let default_database_path =
Sys.getenv "HOME" ^ "/.ketrew/database_dbm"
Sys.getenv "HOME" ^ "/.ketrew/database"

let create ?(debug_level=0) ?(plugins=[]) mode =
{debug_level; plugins; mode;}
Expand Down

0 comments on commit f662881

Please sign in to comment.