Skip to content

Commit fe252b5

Browse files
authored
Merge pull request #158 from virot/JMarkstrom-patch-3
Update GetYubikey.cs
2 parents 3262566 + 967e829 commit fe252b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Module/Cmdlets/Yubikey/GetYubikey.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ protected override void ProcessRecord()
6464
}
6565
else
6666
{
67-
WriteError(new ErrorRecord(new Exception("None YubiKeys selected, Use Connect-Yubikey to specify which Yubikey to use."), "0x00020001", ErrorCategory.InvalidResult, null));
67+
WriteError(new ErrorRecord(new Exception("No YubiKey(s) selected, Use Connect-Yubikey to specify which Yubikey to use."), "0x00020001", ErrorCategory.InvalidResult, null));
6868
}
6969
}
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)