Skip to content

Commit 1ef93fd

Browse files
committed
fix
1 parent 10145c4 commit 1ef93fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/travis/vcs/perforce/clone.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def config
117117
end
118118

119119
def assembla?
120-
@assembla ||= source_host.include? 'assembla'
120+
@assembla ||= data[:repository][:source_url].include? 'assembla'
121121
end
122122
end
123123
end

0 commit comments

Comments
 (0)