Skip to content

Commit

Permalink
feat(#9): touch
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanchuk <[email protected]>
  • Loading branch information
h1alexbel and l3r8yJ authored Jun 5, 2024
1 parent 6cfc7b3 commit b9c5748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xml/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use std::fs::File;

use log::info;

pub fn init() {
pub fn touch_storage() {
let path = "fakehub.xml";
info!("Initializing XML storage: {path}");
File::create(path).unwrap();
Expand Down

0 comments on commit b9c5748

Please sign in to comment.