Skip to content

Commit

Permalink
fix: chain type
Browse files Browse the repository at this point in the history
  • Loading branch information
singchia committed Jan 7, 2025
1 parent 4cf72fb commit b209ddf
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 b209ddf

Please sign in to comment.