Skip to content

Commit

Permalink
[Bazaar] Explicit support for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fmccann committed Sep 3, 2013
1 parent fc920ab commit 7901194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-downloader/bazaar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def download_head!
end

def download_revision!(rev)
bzr! %|branch "#{url}" #{dir_opts} -r #{rev} "#{target_path}"|
bzr! %|branch "#{url}" #{dir_opts} -r '#{rev}' "#{target_path}"|
end

def dir_opts
Expand Down

0 comments on commit 7901194

Please sign in to comment.