diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-04-03 00:03:04 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-04-03 00:03:04 +0200 |
commit | 13d43df3a816f79ac75d3cb71a45bfcb73ad1484 (patch) | |
tree | ad541717dd8fb70c9ca3491edb97df4c32b23799 /lib | |
parent | a3332d3987edb3067b83f828200a53ff8bc65c50 (diff) | |
download | App-BorgRestore-13d43df3a816f79ac75d3cb71a45bfcb73ad1484.tar.gz App-BorgRestore-13d43df3a816f79ac75d3cb71a45bfcb73ad1484.tar.xz |
Add empty line between pod and code
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/BorgRestore/Settings.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm index 2637b8d..f329ef0 100644 --- a/lib/App/BorgRestore/Settings.pm +++ b/lib/App/BorgRestore/Settings.pm @@ -91,6 +91,7 @@ Licensed under the GNU General Public License version 3 or later. See LICENSE for the full license text. =cut + our $borg_repo = "backup:borg-".hostname; our $cache_path_base = sprintf("%s/borg-restore.pl", $ENV{XDG_CACHE_HOME} // $ENV{HOME}."/.cache"); our @backup_prefixes = ( |