Skip to content

Commit 2a8d106

Browse files
author
kselvraj
committed
OTWO-6068: Fix Bzr code location tarball jobs failures
1 parent ca0e512 commit 2a8d106

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)