refactor-git-trust #4
1 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ sequenceDiagram
|
|||
app ->> su: ensureSudoWithoutPassword(cmd.target.remoteTarget()?.password)
|
||||
app ->> ds: provisionDesktopCommand(cmd, config)
|
||||
activate ds
|
||||
ds ->> gtr : get("github", "gitlab")
|
||||
ds ->> gtr: get("github", "gitlab")
|
||||
gtr -->> ds: GitTrust
|
||||
deactivate ds
|
||||
deactivate app
|
||||
|
|
Loading…
Reference in a new issue