Skip to content

Commit 9636b3f

Browse files
author
viz
committed
Change template dir... sorry for the change
1 parent 6c58a3a commit 9636b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pub fn run(colors_path: &str) {
137137
let config_dir = env::var("XDG_CONFIG_HOME")
138138
.unwrap_or_else(|_| format!("{}/.config", env::var("HOME").unwrap()));
139139

140-
return format!("{}/tm/templates", config_dir);
140+
return format!("{}/tm/", config_dir);
141141
});
142142

143143
let ptemplate_dir = PathBuf::from(&template_dir);

0 commit comments

Comments
 (0)