remove asterisks from examples (#2749)

This commit is contained in:
chris48s
2019-01-13 12:17:39 +00:00
committed by GitHub
parent 65f075ba31
commit 796d066930
6 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ class GithubManifestVersion extends ConditionalGithubAuthService {
},
{
title: 'GitHub manifest version',
pattern: ':user/:repo/:branch*',
pattern: ':user/:repo/:branch',
namedParams: {
user: 'RedSparr0w',
repo: 'IndieGala-Helper',