]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/libraries/subversion.rb
Standardise on double quoted strings
[chef.git] / cookbooks / chef / libraries / subversion.rb
index 25485f4bb8780b6ead4170647ee6eee0cb71fa19..86597458ad6461b40bedc96f34d7edea4e92f5a4 100644 (file)
@@ -13,7 +13,7 @@ class Chef
       end
 
       def current_repository
-        @current_repository ||= repo_attrs['URL']
+        @current_repository ||= repo_attrs["URL"]
       end
 
       def current_repository_matches_target_repository?