Skip to content

Commit 20f2c92

Browse files
committed
review fix
1 parent 985451a commit 20f2c92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/kotlin/com/vk/admstorm/ssh/YubikeyHandler.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ class YubikeyHandler {
6464

6565
val echoBuilder = ProcessBuilder("echo", password)
6666

67-
val sshResetKey = CommandRunner.runLocally(project,"ssh-add -e $openscPath")
68-
67+
val sshResetKey = CommandRunner.runLocally(project, "ssh-add -e $openscPath")
6968
val resetOk = sshResetKey.stderr.contains("Card removed")
7069

7170
if (!resetOk) {

0 commit comments

Comments
 (0)