Chore(cleanup): Remove go binary and vendor file from chaos charts (#449)

Signed-off-by: uditgaurav <udit@chaosnative.com>

Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Udit Gaurav
2021-04-30 23:52:57 +05:30
committed by GitHub
parent d7ffc9b445
commit d28af2de09
275 changed files with 4 additions and 117939 deletions

View File

@@ -16,7 +16,7 @@ import (
func main() {
directories, err := GetAllSubDirectories("./charts")
directories, err := GetAllSubDirectories("./../charts")
if err != nil {
log.Fatalf("unable to get chart categories details, err: %v", err)
}