summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/core/imag-init/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-init/src/main.rs b/bin/core/imag-init/src/main.rs
index 035d1590..47e4b459 100644
--- a/bin/core/imag-init/src/main.rs
+++ b/bin/core/imag-init/src/main.rs
@@ -45,7 +45,7 @@ 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
#