summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-10 15:08:40 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-10 15:08:40 +0100
commitc229d7d1fc65765616d2bd31b819a24cd1582846 (patch)
tree83916075f666af9c835808b08c39ecbb4a9848a1
parent3b710e082d351d7025454bd6b3efb75a2fe8813b (diff)
Fix include path for release
-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
#