talia_core 0.4.11 → 0.4.12
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml
CHANGED
@@ -250,7 +250,7 @@ when 'http':
|
|
250
250
|
rdf_config[env]['user'] = user unless(user.blank?)
|
251
251
|
rdf_config[env]['pass'] = pass unless(pass.blank?)
|
252
252
|
print "Enter the URL for the '#{env}' environment: "
|
253
|
-
rdf_config[env]['url'] = readl(true, /\Ahttp
|
253
|
+
rdf_config[env]['url'] = readl(true, /\Ahttp:\/\/.+\//)
|
254
254
|
end
|
255
255
|
else
|
256
256
|
puts "ERROR: ILLEGAL BACKEND #{backend} - you shouldn't see this..."
|