mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
13.37.2019 6ceec34553ee263b554b13ee64a1dfe0bb083403
borgbutler-core/src/main/java/de/micromata/borgbutler/BorgCommand.java
@@ -55,7 +55,7 @@
        return this;
    }
    String getRepoArchive() {
    public String getRepoArchive() {
        if (archive == null) {
            if (repoConfig == null) {
                return null;