Skip to content

Commit 5d53c5f

Browse files
committed
template bug
1 parent 21e36ab commit 5d53c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set short_repository = repository.split["/"](1) -%}
1+
{% set short_repository = repository.split("/")[1] -%}
22

33
### Add Your App
44

0 commit comments

Comments
 (0)