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"