Compare commits
No commits in common. "d964a5c94ca7b8f58d3ee05af99a24bbca993a64" and "f0cb8893c8987e4f67280103382511163d606edb" have entirely different histories.
d964a5c94c
...
f0cb8893c8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func Exec(ctx context.Context, args Args) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := repo.WriteKey(strings.ReplaceAll(args.SshKey, "\\n", "\n") + "\n"); err != nil {
|
if err := repo.WriteKey(strings.ReplaceAll(args.SshKey, "\\n", "\n")); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue