Skip to content
Snippets Groups Projects

fix spelling mistake

Merged Charlotte Hausman requested to merge fix_migration_bug into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -25,7 +25,7 @@ def upgrade():
UPDATE capability_templates
SET content=E'{set_content("calibration_casa_6_4_1_12_pipe_2022_2_0_64.txt")}'
WHERE filename='PPR.xml'
AND capability_name='std_calibraiton'
AND capability_name='std_calibration'
"""
)
op.execute(
Loading