File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/smartem-workspace/smartem_workspace/setup Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,9 @@ def clone_repos(
127127 console .print ("[green]SSH authentication successful - using SSH for GitHub repos[/green]" )
128128 else :
129129 console .print ("[yellow]SSH not configured for GitHub - using HTTPS (anonymous/read-only)[/yellow]" )
130- console .print ("[dim]To enable push access, configure SSH keys: https://docs.github.com/en/authentication/connecting-to-github-with-ssh[/dim]" )
130+ console .print (
131+ "[dim]To enable push access, configure SSH keys: https://docs.github.com/en/authentication/connecting-to-github-with-ssh[/dim]"
132+ )
131133 elif use_ssh is True :
132134 console .print ()
133135 console .print ("[dim]Using SSH URLs (--git-ssh)[/dim]" )
You can’t perform that action at this time.
0 commit comments