changeset 4972:0e180d651fc6 fairway-marks-import

Fix typo that let every NOTMRK import fail
author Tom Gottfried <tom@intevation.de>
date Fri, 28 Feb 2020 19:16:25 +0100
parents de190de05f67
children adeb4f8c0d6c
files pkg/imports/fm.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/fm.go	Fri Feb 28 18:35:07 2020 +0100
+++ b/pkg/imports/fm.go	Fri Feb 28 19:16:25 2020 +0100
@@ -378,7 +378,7 @@
 					insertNotmrkDirimpSQL,
 				),
 				consume,
-				createInvalidation("notmark"),
+				createInvalidation("notmrk"),
 				func() interface{} { return new(notmrkProperties) },
 			),
 		})