Skip to content

Commit 86e5753

Browse files
committed
Tweak error message
1 parent e728ac9 commit 86e5753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ t1_ps1() {
1717

1818
if [ -z "$bgl" ]; then
1919
echo "${COLOR_RED}Error:${COLOR_RESET} Could not load t1 env vars at \"$env_file\"." >&2
20-
echo "Please make sure \`t1_daemon\` is running." >&2
20+
echo "Please ensure the \`t1d\` service is running." >&2
2121
return
2222
fi
2323

0 commit comments

Comments
 (0)