From 5a0094f4d9f60a151aef90fb3f030a35e414bd09 Mon Sep 17 00:00:00 2001 From: fabian Date: Tue, 2 Nov 2021 09:48:50 +0000 Subject: [PATCH] Typo gefixt. --- dup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dup.rb b/dup.rb index 26a3eaa..5d2c900 100755 --- a/dup.rb +++ b/dup.rb @@ -460,7 +460,7 @@ if ENV['DUP_DIR'] $base_dir = ENV['DUP_DIR'] else $base_dir = File.join(Dir.home, ".dup") - puts "Environment variable DUP_DIR is not set. Looking for .yml files in #{base_dir}" unless silent_basedir + puts "Environment variable DUP_DIR is not set. Looking for .yml files in #{$base_dir}" unless silent_basedir end opts = GetoptLong.new(