Skip to content

Commit 64e43f8

Browse files
committed
[processing] fix typo in ogrinfo process
1 parent 06229c2 commit 64e43f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/gdal/ogrinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def defineCharacteristics(self):
4848
self.addOutput(OutputHTML(self.OUTPUT, self.tr('Layer information')))
4949

5050
def getConsoleCommands(self):
51-
arguments = ["orginfo"]
51+
arguments = ["ogrinfo"]
5252
arguments.append('-al')
5353
arguments.append('-so')
5454
layer = self.getParameterValue(self.INPUT)

0 commit comments

Comments
 (0)