mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
fix checkError in terraform/testutils (#5893)
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
parent
77fa7fb490
commit
18cb7ef650
@ -45,8 +45,7 @@ func GetBasepath() string {
|
|||||||
|
|
||||||
func checkError(e error) {
|
func checkError(e error) {
|
||||||
if e != nil {
|
if e != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(e)
|
||||||
panic(e)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user