Skip to content

Commit

Permalink
Remove cd command that can't work in shells (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech committed Jun 1, 2023
1 parent da5e4de commit c62fa3d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arc/cmd/clone.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ var (

fmt.Printf("Cloned successfully to %s/n", filepath+"/"+repo.Name)

fmt.Println("Now cd'ing into the directory.")

aCmd = exec.Command("cd", filepath+"/"+repo.Name)
stdout, err = aCmd.Output()
if err != nil {
fmt.Printf("%s/n", stdout)
return err
}

return nil
},
}
Expand Down

0 comments on commit c62fa3d

Please sign in to comment.