Skip to content

Commit 2783e30

Browse files
Remove additional space before '='
remove additional space before '=' for lint checking
1 parent 7d89118 commit 2783e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/settings/keys_ssh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<p><code>{{printf "echo -n '%s' | ssh-keygen -Y sign -n gitea -f /path_to_PrivateKey_or_RelatedPublicKey" $.TokenToSign}}</code></p>
8383
<details>
8484
<summary>Windows PowerShell</summary>
85-
<p><code>{{printf "cmd /c \"<NUL set /p =`\"%s`\"| ssh-keygen -Y sign -n gitea -f /path_to_PrivateKey_or_RelatedPublicKey\"" $.TokenToSign}}</code></p>
85+
<p><code>{{printf "cmd /c \"<NUL set /p=`\"%s`\"| ssh-keygen -Y sign -n gitea -f /path_to_PrivateKey_or_RelatedPublicKey\"" $.TokenToSign}}</code></p>
8686
</details>
8787
<br>
8888
<details>

0 commit comments

Comments
 (0)