Browse Source

Remove completed todo comment

umbrel-beta
Luke Childs 4 years ago
parent
commit
27d26d8177
  1. 2
      umbrel-dev

2
umbrel-dev

@ -108,7 +108,7 @@ if [[ "$command" = "containers" ]]; then
exit
fi
# TODO: Rebuild all or a specific container
# Rebuild a container service
if [[ "$command" = "rebuild" ]]; then
if [ -z ${2+x} ]; then
echo "A second argument is required!"

Loading…
Cancel
Save