Skip to content

Commit 1dc997c

Browse files
committed
fix typo
1 parent 1145436 commit 1dc997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg2b3dm/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static void Main(string[] args)
105105
}
106106

107107
// Check md5 index
108-
var hasMd5Index = SpatialIndexChecker.HashMd5Index(conn, inputTable.TableName, inputTable.GeometryColumn);
108+
var hasMd5Index = SpatialIndexChecker.HasMd5Index(conn, inputTable.TableName, inputTable.GeometryColumn);
109109
if (!hasMd5Index) {
110110
Console.WriteLine();
111111
Console.WriteLine("-----------------------------------------------------------------------------");

0 commit comments

Comments
 (0)