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

Kai Reinhard
14.23.2019 8290a1feaf4bec966be00919cbe5963d4b6e3867
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;