Skip to content

Commit 204c566

Browse files
committed
Refactor
1 parent a265d42 commit 204c566

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/cleanup_workspace.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ if [[ $ALL -eq 1 || $TUIST -eq 1 ]]; then
7272
git_clean "./Tuist"
7373
fi
7474

75+
echo "==> \"Clean up workspace\" finished in $(stopwatch print)"
76+
stopwatch stop
77+
7578
if [[ ! $FORCE -eq 1 ]]; then
7679
echo "Dry-run. Run again with --force flag to perform clean up."
7780
fi
78-
79-
echo "==> \"Clean up workspace\" finished in $(stopwatch print)"
80-
stopwatch stop

0 commit comments

Comments
 (0)