From bb0a25727af92662cb5da48b121dc678b8285309 Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Sat, 30 Mar 2024 11:39:58 +0300 Subject: [PATCH] Fix scripts --- src/Nocr.TextMatcher.Migrator/AddMigration.sh | 2 +- src/Nocr.TextMatcher.Migrator/Nocr.TextMatcher.Migrator.csproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Nocr.TextMatcher.Migrator/AddMigration.sh b/src/Nocr.TextMatcher.Migrator/AddMigration.sh index f6b37a3..bcd67f2 100755 --- a/src/Nocr.TextMatcher.Migrator/AddMigration.sh +++ b/src/Nocr.TextMatcher.Migrator/AddMigration.sh @@ -1,2 +1,2 @@ -export DOTNET_ENVIRONMNET=Development +export DOTNET_ENVIRONMENT=Development dotnet ef migrations add $1 diff --git a/src/Nocr.TextMatcher.Migrator/Nocr.TextMatcher.Migrator.csproj b/src/Nocr.TextMatcher.Migrator/Nocr.TextMatcher.Migrator.csproj index 769e9ce..2f6af26 100644 --- a/src/Nocr.TextMatcher.Migrator/Nocr.TextMatcher.Migrator.csproj +++ b/src/Nocr.TextMatcher.Migrator/Nocr.TextMatcher.Migrator.csproj @@ -25,7 +25,6 @@ .dockerignore - Always