From 35bc1009f2375feb2235f1e8f4fa0df098aa3a0b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 10 Feb 2018 15:14:03 +0100 Subject: [PATCH] Revert "Fix include path for release" This reverts commit c229d7d1fc65765616d2bd31b819a24cd1582846. --- bin/core/imag-init/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/imag-init/src/main.rs b/bin/core/imag-init/src/main.rs index 47e4b459..035d1590 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 #