Skip to content

Commit

Permalink
Update gitlab.bzl
Browse files Browse the repository at this point in the history
Fix typo in rules
  • Loading branch information
manuelnaranjo authored Oct 21, 2021
1 parent 0c65b58 commit a6452d8
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 a6452d8

Please sign in to comment.