From e9618fd551c5ec976653c671ac78e6b60062fb8e Mon Sep 17 00:00:00 2001 From: calvinballing Date: Tue, 14 May 2019 23:49:11 -0400 Subject: [PATCH] "databse" > "database" --- dbtype/mssql/deployed_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbtype/mssql/deployed_check.sh b/dbtype/mssql/deployed_check.sh index 93cd87e..6333290 100644 --- a/dbtype/mssql/deployed_check.sh +++ b/dbtype/mssql/deployed_check.sh @@ -21,7 +21,7 @@ function deployed_check() { then #returning 0 because the deployments database needs to be able to install itself #and we don't want the script to exit if the table doesn't exist when deploying - #the deployments databse + #the deployments database return 0 else return 2