Skip to content

Commit

Permalink
utils: kata-manager: Remove $enable_debug from the install_kata call
Browse files Browse the repository at this point in the history
This was added as part of d4d65be, but
install_kata has never actually used the passed enable_debug var.

With this in mind, let's just remove it.

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Nov 14, 2023
1 parent 38d2edd commit 1699b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/kata-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ handle_kata()
local enable_debug="${3:-}"
[ -z "$enable_debug" ] && die "no enable debug value"

install_kata "$version" "$tarball" "$enable_debug"
install_kata "$version" "$tarball"

configure_kata "$enable_debug"

Expand Down

0 comments on commit 1699b84

Please sign in to comment.