File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def get_repository_url(self):
139139)
140140@click .option (
141141 "--storage-github-private-key" ,
142- help = "Base64-encoded private key to access GitHub." " Always use this via an environment variable!" ,
142+ help = "Base64-encoded private key to access GitHub. Always use this via an environment variable!" ,
143143)
144144@click .option (
145145 "--storage-github-branch" ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def get_repository_url(self):
8282)
8383@click .option (
8484 "--storage-gitlab-private-key" ,
85- help = "Base64-encoded private key to access Gitlab." " Always use this via an environment variable!" ,
85+ help = "Base64-encoded private key to access Gitlab. Always use this via an environment variable!" ,
8686)
8787@click .option (
8888 "--storage-gitlab-branch" ,
You can’t perform that action at this time.
0 commit comments