mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix message in wrapper.
This commit is contained in:
parent
b57b1845bc
commit
5d554a485a
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ public class Main {
|
||||||
Path to = Paths.get(new File(".").getAbsolutePath(), file);
|
Path to = Paths.get(new File(".").getAbsolutePath(), file);
|
||||||
|
|
||||||
if (Files.exists(to)) {
|
if (Files.exists(to)) {
|
||||||
log(2, " $to already exists, not overwriting it");
|
log(2, to + " already exists, not overwriting it");
|
||||||
continue;
|
continue;
|
||||||
} else if (file.equals(KOBALTW)) {
|
} else if (file.equals(KOBALTW)) {
|
||||||
generateKobaltW(to);
|
generateKobaltW(to);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue