Skip to content

Commit

Permalink
Merge pull request #2 from bookingcom/manuelnaranjo-patch-1
Browse files Browse the repository at this point in the history
Update gitlab.bzl
  • Loading branch information
manuelnaranjo authored Oct 21, 2021
2 parents 0c65b58 + a6452d8 commit 022d7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _get_url(ctx):
hostname = ctx.attr.hostname,
project_name = _encode_path(ctx.attr.project_name),
sha = ctx.attr.git_sha,
protocol = cxt.attr.protocol,
protocol = ctx.attr.protocol,
)
if ctx.attr.path:
url = "{}&path={}".format(url, _encode_path(ctx.attr.path))
Expand Down

0 comments on commit 022d7cb

Please sign in to comment.