Fix typo in workflow

This commit is contained in:
Dustin Pianalto
2021-01-20 22:08:22 -09:00
parent 248a566fea
commit ba0b7235e2
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -41,4 +41,5 @@ func ConnectDatabase(dbConnString string) {
log.Fatal(fmt.Errorf("Cannot create migration instance: %w", err))
}
m.Up()
log.Println("Migrations Run")
}