Skip to content

Commit 71fe1d0

Browse files
bhearsumahal
authored andcommitted
fix: typo in github cookiecutter taskcluster.yml
1 parent f05edeb commit 71fe1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/{{cookiecutter.project_name}}/taskcluster.github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tasks:
8686
short_base_ref:
8787
$switch:
8888
'base_ref[:10] == "refs/tags/"': '${base_ref[10:]}'
89-
'base_ref[:11] == "refs/heads/"': '${$base_ref[11:]}'
89+
'base_ref[:11] == "refs/heads/"': '${base_ref[11:]}'
9090
$default: '${base_ref}'
9191
short_head_ref:
9292
$switch:

0 commit comments

Comments
 (0)