Skip to content

Commit b8335e9

Browse files
obnoxxxCopilot
andcommitted
ibuilbo: fix fewfault action handling
The default action was redundantly assigned twice to the action to be run. This change fixes it by reducing assignments to one. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Michael Adam <obnox@samba.org>
1 parent 3b63470 commit b8335e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/builbo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function detect_container_command() {
3232
ACTION="${DEFAULT_ACTION}"
3333
# action that was explicitly set from the command line:
3434
SELECTED_ACTION=""
35-
ACTION="${DEFAULT_ACTION}"
3635
# shell for interactive use:
3736
DEFAULT_I_SHELL="bash"
3837
I_SHELL="${DEFAULT_I_SHELL}"

0 commit comments

Comments
 (0)