diff options
Diffstat (limited to 'rs/shell')
-rw-r--r-- | rs/shell/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rs/shell/src/main.rs b/rs/shell/src/main.rs index 02da053..b9c50d8 100644 --- a/rs/shell/src/main.rs +++ b/rs/shell/src/main.rs | |||
@@ -116,7 +116,7 @@ fn main() -> ExitCode { | |||
116 | 116 | ||
117 | let mut args = Vec::new(); | 117 | let mut args = Vec::new(); |
118 | 118 | ||
119 | let git_cmds = ["receive-pack", "upload-archive", "upload-pack"]; | 119 | let git_cmds = ["git-receive-pack", "git-upload-archive", "git-upload-pack"]; |
120 | if git_cmds.contains(&program.as_str()) { | 120 | if git_cmds.contains(&program.as_str()) { |
121 | if cmd.len() != 1 { | 121 | if cmd.len() != 1 { |
122 | eprintln!("Bad command"); | 122 | eprintln!("Bad command"); |