Closed Diomendius closed 3 years ago
When dotter init is run in a directory containing any file besides a .dotter directory, the command fails with the following output:
dotter init
.dotter
[ERROR] Failed to initalize directory Caused by: save dummy config save global config serialize data unsupported Rust type
In a suitable temporary directory, run:
touch file dotter init
I have tracked down the source of this bug and have submitted a pull request (#82).
I'm not sure how this was missed until now; maybe it was a regression and dotter init hasn't been tested since it was first implemented.
@Diomendius A release including the PR has been created :D
Environment
Description
When
dotter init
is run in a directory containing any file besides a.dotter
directory, the command fails with the following output:Reproduction
In a suitable temporary directory, run:
Additional notes
I have tracked down the source of this bug and have submitted a pull request (#82).
I'm not sure how this was missed until now; maybe it was a regression and
dotter init
hasn't been tested since it was first implemented.