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 1bade5d commit 2fc40d4Copy full SHA for 2fc40d4
src/acceptance/assets/app/go_app/Makefile
@@ -1,8 +1,8 @@
1
.ONESHELL:
2
SHELL := /bin/bash
3
.SHELLFLAGS := -eu -o pipefail -c ${SHELLFLAGS}
4
-aes_terminal_font_yellow := \e[38;2;255;255;0m
5
-aes_terminal_reset := \e[0m
+aes_terminal_font_yellow := \033[38;2;255;255;0m
+aes_terminal_reset := \033[0m
6
7
# TODO: Do we need the next line?
8
MAKEFLAGS =
0 commit comments