From ec894be44969f051a4da5e73f8d4bd39c3904f28 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 2 Mar 2020 15:53:33 +0200 Subject: [PATCH] Working on starter.sh --- starter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter.sh b/starter.sh index 711426e06..e7f9a9a63 100644 --- a/starter.sh +++ b/starter.sh @@ -378,7 +378,7 @@ else sed -i -e "s/$comment/$comment${lineBreak}$code/g" ./lib/redux/app/app_reducer.dart comment="STARTER: errors - do not remove comment" - code="TypedReducer((state, action) { return '${action.error}'; }),${lineBreak}" + code="TypedReducer((state, action) { return '\${action.error}'; }),${lineBreak}" sed -i -e "s/$comment/$comment${lineBreak}$code/g" ./lib/redux/app/app_reducer.dart comment="STARTER: history - do not remove comment"