Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Nov 5, 2024
1 parent a90de33 commit 2b0eb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtorc/inst/analysis_dao.go
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ func auditInstanceAnalysisInChangelog(tabletAlias string, analysisCode AnalysisC
// Find if the lastAnalysisHasChanged or not while updating the row if it has.
lastAnalysisChanged := false
{
sqlResult, err := db.ExecVTOrc(`UPDATE update database_instance_last_analysis
sqlResult, err := db.ExecVTOrc(`UPDATE database_instance_last_analysis
SET
analysis = ?,
analysis_timestamp = DATETIME('now')
Expand Down

0 comments on commit 2b0eb00

Please sign in to comment.