talia_core 0.4.11 → 0.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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..."
|