wrong path

This commit is contained in:
Djkáťo 2024-05-14 17:29:19 +02:00
parent 51a9e03d89
commit 591362e366

View file

@ -11,7 +11,7 @@ fn main() -> Result<(), io::Error> {
let mut file = read_to_string(&args[1])?; let mut file = read_to_string(&args[1])?;
let mut output = fs::read_to_string("../../changes/snippets/import-path-app-next.config.js")?; let mut output = fs::read_to_string("./changes/snippets/import-path-app-next.config.js")?;
let mut is_done = false; let mut is_done = false;
for line in file.as_mut().lines() { for line in file.as_mut().lines() {
output.push_str(&(line.to_owned() + "\n")); output.push_str(&(line.to_owned() + "\n"));