I have the following script. `Install-DBOScript -ScriptPath ./sql-scripts/*.sql -SqlInstance localhost -Database DbUpTest -Credential $sqlcredential -ErrorAction Stop ` I noticed that it's executing the file two files according to the error log as below. May I know why? 