Skip to content

Commit 2fc40d4

Browse files
committed
Make terminal-style work;
1 parent 1bade5d commit 2fc40d4

File tree

1 file changed

+2
-2
lines changed
  • src/acceptance/assets/app/go_app

1 file changed

+2
-2
lines changed

src/acceptance/assets/app/go_app/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.ONESHELL:
22
SHELL := /bin/bash
33
.SHELLFLAGS := -eu -o pipefail -c ${SHELLFLAGS}
4-
aes_terminal_font_yellow := \e[38;2;255;255;0m
5-
aes_terminal_reset := \e[0m
4+
aes_terminal_font_yellow := \033[38;2;255;255;0m
5+
aes_terminal_reset := \033[0m
66

77
# TODO: Do we need the next line?
88
MAKEFLAGS =

0 commit comments

Comments
 (0)