wrong path
This commit is contained in:
parent
51a9e03d89
commit
591362e366
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||||
|
|
Loading…
Reference in a new issue