Skip to content

Commit

Permalink
fix tests for now until we do the big rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperq committed Jan 30, 2024
1 parent 2886a94 commit 797a44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wavehunter/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct Config {
impl Default for Config {
fn default() -> Self {
Config {
qmdl_store_path: "/data/rayhunter/qmdl".to_string(),
qmdl_store_path: "/data/wavehunter/qmdl".to_string(),
port: 8080,
readonly_mode: false,
}
Expand Down

0 comments on commit 797a44b

Please sign in to comment.