Skip to content

Commit

Permalink
Fix error string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Jul 15, 2020
1 parent b50c9ee commit 31f7c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_runner/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (

ERROR_UNSUPPORTED_DB_TYPE = "Database type is unsupported"
ERROR_FROM_STEP_NOT_FOUND = "The fromStep argument did not match any available steps"
ERROR_QUERY_FAILED_INIT = "An error occured loading the SQL file"
ERROR_QUERY_FAILED_INIT = "An error occurred loading the SQL file"
ERROR_RUN_QUERY_NOT_FOUND = "The runQuery argument did not match any available queries"
)

Expand Down

0 comments on commit 31f7c85

Please sign in to comment.