npryce / adr-tools

Command-line tools for working with Architecture Decision Records
Other
4.53k stars 578 forks source link

Fixed issue with .tmp not found #117

Open a5221985 opened 3 years ago

a5221985 commented 3 years ago

I got the following error when I ran the adr new command

$ adr new -s 9 Use Rust for performance-critical functionality
mv: rename .tmp to : No such file or directory

So I added an if condition and I ran the command again and it worked!

../doc/adr/0010-use-rust-for-performance-critical-functionality.md