Typo gefixt.
This commit is contained in:
parent
3879c20814
commit
5a0094f4d9
2
dup.rb
2
dup.rb
@ -460,7 +460,7 @@ if ENV['DUP_DIR']
|
|||||||
$base_dir = ENV['DUP_DIR']
|
$base_dir = ENV['DUP_DIR']
|
||||||
else
|
else
|
||||||
$base_dir = File.join(Dir.home, ".dup")
|
$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
|
end
|
||||||
|
|
||||||
opts = GetoptLong.new(
|
opts = GetoptLong.new(
|
||||||
|
Loading…
Reference in New Issue
Block a user