Skip to content
Snippets Groups Projects
Commit 137755a9 authored by Nikolaos Kakouros's avatar Nikolaos Kakouros
Browse files

Fixes quotes

parent cb9a0030
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ function abort() {
function warn() {
@required [string] message
COLUMNS=100 @go.printf "${UI_Color_Magenta}Warning: %b%s${UI_Color_Default}\n" "$message" >&"$"{STDERR:-2}
COLUMNS=100 @go.printf "${UI_Color_Magenta}Warning: %b%s${UI_Color_Default}\n" "$message" >&"${STDERR:-2}"
}
function set_standard_outputs() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment