aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl.install
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-06 16:53:00 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-06 16:53:00 -0500
commit1da5fd7e383d7631c107685b815e2fb7377e9580 (patch)
tree1ccf0e0b96ab4c8a2907efa266369c2603431a1c /wsl.install
parent9625b6b1bc621ead6beb91689843d8cbb9194598 (diff)
fix: fixed escaping windows path
Diffstat (limited to 'wsl.install')
-rw-r--r--wsl.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsl.install b/wsl.install
index 41c0c49..ce8d745 100644
--- a/wsl.install
+++ b/wsl.install
@@ -14,6 +14,6 @@ mkln() {
echo 'In order to use gpg with git for windows, you need to run'
echo ''
-echo "\tgit.exe config --system gpg.program 'C:\Program Files (x86)\GnuPG\bin\gpg.exe'"
+echo "\tgit.exe config --system gpg.program 'C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe'"
echo ''
echo "from an admin terminal" \ No newline at end of file