diff --git a/bin/core/imag-init/imagrc.toml b/bin/core/imag-init/imagrc.toml new file mode 120000 index 00000000..b71674c1 --- /dev/null +++ b/bin/core/imag-init/imagrc.toml @@ -0,0 +1 @@ +../../../imagrc.toml \ No newline at end of file diff --git a/bin/core/imag-init/src/main.rs b/bin/core/imag-init/src/main.rs index 5c6b3e44..79188534 100644 --- a/bin/core/imag-init/src/main.rs +++ b/bin/core/imag-init/src/main.rs @@ -45,7 +45,8 @@ use std::path::PathBuf; use std::path::Path; use std::process::Command; -const CONFIGURATION_STR : &'static str = include_str!("../../../../imagrc.toml"); +const CONFIGURATION_STR : &'static str = include_str!("../imagrc.toml"); + const GITIGNORE_STR : &'static str = r#" # We ignore the imagrc.toml file by default #