Skip to content

Commit

Permalink
Merge pull request #52 from singchia/fix/chain-type
Browse files Browse the repository at this point in the history
fix: chain type
  • Loading branch information
singchia authored Jan 7, 2025
2 parents 4cf72fb + b209ddf commit 395c889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebtables/end.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func (ebtables *EBTables) DeleteChain() error {

for _, table := range tables {
newebtables.Table(table)
command := newDeleteChain(newebtables.statement.chain)
command := newDeleteChain(newebtables.statement.chain.String())
newebtables.statement.command = command
if newebtables.dr {
newebtables.dryrun()
Expand Down

0 comments on commit 395c889

Please sign in to comment.