Fix docker update print output

This commit is contained in:
Marko Korhonen 2022-04-11 15:52:25 +03:00
parent 6ea4b86431
commit 17d4810805

View file

@ -163,7 +163,7 @@ update() {
for dir in $HOME/git/dotfiles/docker/*; do
cd $dir
if [[ -f "DISABLED" ]]; then
echo "$dir stack is disabled, skipping..."
echo "$(basename $dir) stack is disabled, skipping..."
else
dct pull
dct up -d