diff options
Diffstat (limited to '')
-rw-r--r-- | ssh_utils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh_utils.go b/ssh_utils.go index 48b25b9..6074dff 100644 --- a/ssh_utils.go +++ b/ssh_utils.go @@ -60,5 +60,5 @@ func get_repo_path_perms_from_ssh_path_pubkey(ctx context.Context, ssh_path stri } func wf_error(w io.Writer, format string, args ...any) { - fmt.Fprintln(w, ansiec.Red + fmt.Sprintf(format, args...) + ansiec.Reset) + fmt.Fprintln(w, ansiec.Red+fmt.Sprintf(format, args...)+ansiec.Reset) } |