Skip to content

Commit

Permalink
DONT MERGE test the lock
Browse files Browse the repository at this point in the history
Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Mar 23, 2024
1 parent 50508a5 commit 4c40825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/connectivity.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/cilium/cilium-cli/sysdump"
)

var errInternal = errors.New("encountered internal error, exiting")
var errInternal = errors.New("encountered internal error, exiting. test")

func newCmdConnectivity(hooks api.Hooks) *cobra.Command {
cmd := &cobra.Command{
Expand Down

0 comments on commit 4c40825

Please sign in to comment.