Skip to content

Commit

Permalink
Fix condition not properly closed
Browse files Browse the repository at this point in the history
  • Loading branch information
mmena1 committed Sep 15, 2024
1 parent c3494e4 commit af13abf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/.chezmoiscripts/run_once_after_03-docker-setup.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ install_docker() {
else
ok "Skipping"
fi
else
ok "Docker already installed"
fi
}

configure_docker() {
Expand Down

0 comments on commit af13abf

Please sign in to comment.