Skip to content

Commit 07dc455

Browse files
committed
update regex group name to sha instead of branch to be more generic
1 parent e820d06 commit 07dc455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/cloudshell/iac/terraform/downloaders/gitlab_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def extract_data_from_raw_url(url) -> GitLabRawUrlData:
4646
domain=groups['domain'],
4747
gitlab_user=groups['user'],
4848
project_name=groups['project'],
49-
sha=groups['branch'],
49+
sha=groups['sha'],
5050
path=groups['path'],
5151
full_url=url)
5252

0 commit comments

Comments
 (0)