aboutsummaryrefslogtreecommitdiff
path: root/hooked/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'hooked/src/main.rs')
-rw-r--r--hooked/src/main.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/hooked/src/main.rs b/hooked/src/main.rs
index 1c8388e..573061c 100644
--- a/hooked/src/main.rs
+++ b/hooked/src/main.rs
@@ -121,7 +121,7 @@ fn init(lang: Language) -> Result<()> {
wrapper.write_all(
format!(
"#!C:\\Program Files\\Git\\bin\\sh.exe\n\
- bash.exe .dev-suite/hooked/{}.sh\n",
+ bash.exe .dev-suite/hooked/{}.sh\n",
hook
)
.as_bytes(),
@@ -132,7 +132,7 @@ fn init(lang: Language) -> Result<()> {
wrapper.write_all(
format!(
"#!C:\\Program Files\\Git\\bin\\sh.exe\n\
- py.exe .dev-suite/hooked/{}.py\n",
+ py.exe .dev-suite/hooked/{}.py\n",
hook
)
.as_bytes(),
@@ -143,7 +143,7 @@ fn init(lang: Language) -> Result<()> {
wrapper.write_all(
format!(
"#!C:\\Program Files\\Git\\bin\\sh.exe\n\
- ruby.exe .dev-suite/hooked/{}.rb\n",
+ ruby.exe .dev-suite/hooked/{}.rb\n",
hook
)
.as_bytes(),