Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Nov 27, 2024
1 parent f39b7fd commit 964f870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testutils/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
// CmdUnblockScyllaAlternator defines the command used for unblocking the Scylla Alternator access.
CmdUnblockScyllaAlternator = "iptables -D INPUT -p tcp --destination-port 8000 -j DROP"

// CmdOrTrueAppend let to accept shell command failure and proceed
// CmdOrTrueAppend let to accept shell command failure and proceed.
CmdOrTrueAppend = " || true"
)

Expand Down

0 comments on commit 964f870

Please sign in to comment.