We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a265d42 commit 204c566Copy full SHA for 204c566
1 file changed
scripts/cleanup_workspace.sh
@@ -72,9 +72,9 @@ if [[ $ALL -eq 1 || $TUIST -eq 1 ]]; then
72
git_clean "./Tuist"
73
fi
74
75
+echo "==> \"Clean up workspace\" finished in $(stopwatch print)"
76
+stopwatch stop
77
+
78
if [[ ! $FORCE -eq 1 ]]; then
79
echo "Dry-run. Run again with --force flag to perform clean up."
80
-
-echo "==> \"Clean up workspace\" finished in $(stopwatch print)"
-stopwatch stop
0 commit comments