Working on starter.sh

This commit is contained in:
Hillel Coren 2020-03-02 15:53:33 +02:00
parent f931e29d39
commit ec894be449
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ else
sed -i -e "s/$comment/$comment${lineBreak}$code/g" ./lib/redux/app/app_reducer.dart sed -i -e "s/$comment/$comment${lineBreak}$code/g" ./lib/redux/app/app_reducer.dart
comment="STARTER: errors - do not remove comment" comment="STARTER: errors - do not remove comment"
code="TypedReducer<String, Load${Module}sFailure>((state, action) { return '${action.error}'; }),${lineBreak}" code="TypedReducer<String, Load${Module}sFailure>((state, action) { return '\${action.error}'; }),${lineBreak}"
sed -i -e "s/$comment/$comment${lineBreak}$code/g" ./lib/redux/app/app_reducer.dart sed -i -e "s/$comment/$comment${lineBreak}$code/g" ./lib/redux/app/app_reducer.dart
comment="STARTER: history - do not remove comment" comment="STARTER: history - do not remove comment"