Skip to content

Commit

Permalink
Fix issue pharo-vcs#1034
Browse files Browse the repository at this point in the history
Make passprase password type input
  • Loading branch information
guillep committed Oct 29, 2018
1 parent d0cd950 commit 8ae3b42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ settingsOn: aBuilder
description: 'The path to your private ssh key, probably /home/<userName>/.ssh/id_rsa'.
(aBuilder setting: #keyPassphrase)
target: self;
type: #Password;
targetSelector: #sshCredentials;
label: 'Passphrase of your SSH key' ]

0 comments on commit 8ae3b42

Please sign in to comment.