diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/utils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/utils b/scripts/utils index 28add96..fd50dd8 100644 --- a/scripts/utils +++ b/scripts/utils @@ -2,7 +2,7 @@ # Simple echo wrapper for stage marking echo_stage() { - echo "========== $@ ==========" + echo -e "\033[1;34m========== $@ ==========\033[0m" } # Fetch bare git repository to WORKSPACE |