aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/cheatsheet.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cheatsheet.md')
-rw-r--r--docs/cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cheatsheet.md b/docs/cheatsheet.md
index 356fcc4..71906a7 100644
--- a/docs/cheatsheet.md
+++ b/docs/cheatsheet.md
@@ -193,6 +193,6 @@ New-ItemProperty -Path $key.PSPath -Name "gpg-bridge" -Value "$cmdl"
### In WSL2
-The only setup needed for getting the YubiKey working in WSL2 is to source/copy-paste [gpg.sh](sh/gpg.sh) in your shell profile.
+The only setup needed for getting the YubiKey working in WSL2 is to source/copy-paste [gpg.sh](shell/gpg.sh) in your shell profile.
Along with the initialization code, I wrote a small function the resets all the related agents/sockets. If you do not attempt to access the Yubikey while it is not inserted, in my experience, gpg works great has no issues once reinserting the Yubikey. It is only (inconsistently) when you try to access a Yubikey that you have removed that puts it in a failed state. \ No newline at end of file