We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a37b5 commit ae238e3Copy full SHA for ae238e3
main.go
@@ -21,7 +21,7 @@ func main() {
21
if IsRewriteAllowed(os.Args[1:]) {
22
// Change any ssh or git url arguments to https
23
for i, arg := range os.Args[1:] {
24
- os.Args[i] = Scrub(arg)
+ os.Args[i+1] = Scrub(arg)
25
}
26
27
0 commit comments