lib/r10k/svn/working_dir.rb in r10k-2.3.1 vs lib/r10k/svn/working_dir.rb in r10k-2.4.0
- old
+ new
@@ -38,10 +38,10 @@
@path = path
setopts(opts, {:username => :self, :password => :self})
if !!(@username) ^ !!(@password)
- raise ArgumentError, "Both username and password must be specified"
+ raise ArgumentError, _("Both username and password must be specified")
end
end
# Is the directory at this path actually an SVN repository?
def is_svn?