parent
c461af6a07
commit
35bc1009f2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ use std::path::PathBuf;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use std::process::Command;
|
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#"
|
const GITIGNORE_STR : &'static str = r#"
|
||||||
# We ignore the imagrc.toml file by default
|
# We ignore the imagrc.toml file by default
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue