Skip to content

Commit 8c91d19

Browse files
author
karthik
authored
Merge pull request #122 from blackducksoftware/OTWO-6068
OTWO-6068: Fix Bzr code location tarball jobs failures
2 parents ca0e512 + 2a8d106 commit 8c91d19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ohloh_scm/bzr/activity.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def tags
2323
# rubocop:enable Metrics/MethodLength
2424

2525
def export_tag(dest_dir, tag_name)
26-
run "cd '#{path}' && bzr export -r #{tag_name} #{dest_dir}"
26+
run "cd '#{url}' && bzr export -r #{tag_name} #{dest_dir}"
2727
end
2828

2929
def export(dest_dir, token = head_token)

lib/ohloh_scm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module OhlohScm
44
module Version
5-
STRING = '3.0.8'
5+
STRING = '3.0.9'
66
GIT = '2.17.1'
77
SVN = '1.9.7'
88
CVSNT = '2.5.04'

0 commit comments

Comments
 (0)