Skip to content

Commit

Permalink
Merge branch 'gvfs-pr4' into gvfs-pr5
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Dec 27, 2024
2 parents 86e5308 + c0c4a72 commit 671afca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/filesystem-fuse/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async fn main() -> fuse3::Result<()> {
tracing_subscriber::fmt().init();

//todo(read config file from args)
let config = AppConfig::from_file(Some("conf/gvfs_fuse.toml)"));
let config = AppConfig::from_file(Some("conf/gvfs_fuse.toml"));
if let Err(e) = &config {
error!("Failed to load config: {:?}", e);
return Err(Errno::from(libc::EINVAL));
Expand Down

0 comments on commit 671afca

Please sign in to comment.