Skip to content

Commit

Permalink
Merge branch 'reft' of https://github.com/fbm3307/ksctl into reft
Browse files Browse the repository at this point in the history
  • Loading branch information
fbm3307 committed Jul 4, 2024
2 parents 954772f + d92be38 commit ebc8863
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cmd/sandbox-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@

package main

import "github.com/kubesaw/ksctl/pkg/cmd"
import (
"fmt"
"os"
)

func main() {
cmd.Execute()
fmt.Println("ERROR: The sandbox-cli command has been migrated to ksctl. Please use ksctl instead.")
os.Exit(1)
}

0 comments on commit ebc8863

Please sign in to comment.