Skip to content
Snippets Groups Projects
Verified Commit daaea752 authored by nfontrod's avatar nfontrod
Browse files

src/init.rs: cosmetic change

parent d714600c
Branches
No related tags found
No related merge requests found
use crate::create_hooks;
use std::path::PathBuf; use std::path::PathBuf;
use std::process::{exit, Command}; use std::process::{exit, Command};
use crate::create_hooks;
/// Function used to get borg repository folder and results repository only if /// Function used to get borg repository folder and results repository only if
/// the project is inside a git repository /// the project is inside a git repository
...@@ -67,7 +67,6 @@ fn init_repository() { ...@@ -67,7 +67,6 @@ fn init_repository() {
} }
} }
/// Creation of a borg repository and creation of hooks if needed inside `.git/hooks` /// Creation of a borg repository and creation of hooks if needed inside `.git/hooks`
/// folder /// folder
/// # Arguments: /// # Arguments:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment