Skip to content

Commit

Permalink
feat(validate_talconfig): exit with code 1 when issues found
Browse files Browse the repository at this point in the history
Signed-off-by: budimanjojo <[email protected]>
  • Loading branch information
budimanjojo committed Feb 6, 2025
1 parent e68ac0c commit 9485b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/validate_talconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ var validateTHCmd = &cobra.Command{
fmt.Println(l)
}
}
log.Fatal()
} else {
fmt.Println("Your talhelper config file is looking great!")
}
Expand Down

0 comments on commit 9485b27

Please sign in to comment.