We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0e512 commit 2a8d106Copy full SHA for 2a8d106
lib/ohloh_scm/bzr/activity.rb
@@ -23,7 +23,7 @@ def tags
23
# rubocop:enable Metrics/MethodLength
24
25
def export_tag(dest_dir, tag_name)
26
- run "cd '#{path}' && bzr export -r #{tag_name} #{dest_dir}"
+ run "cd '#{url}' && bzr export -r #{tag_name} #{dest_dir}"
27
end
28
29
def export(dest_dir, token = head_token)
lib/ohloh_scm/version.rb
@@ -2,7 +2,7 @@
2
3
module OhlohScm
4
module Version
5
- STRING = '3.0.8'
+ STRING = '3.0.9'
6
GIT = '2.17.1'
7
SVN = '1.9.7'
8
CVSNT = '2.5.04'
0 commit comments