Skip to content

Commit

Permalink
fix(doc): forgot - in qgis-installation-finder example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkerloch committed Dec 12, 2024
1 parent 41f501e commit e11119b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/jobs/qgis_installation_finder.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For example if you define:
- name: Find installed QGIS
uses: qgis-installation-finder
with:
version_priority:
- version_priority:
- "3.34"
- "3.36"
```
Expand All @@ -67,9 +67,9 @@ For example if you define:
- name: Find installed QGIS
uses: qgis-installation-finder
with:
version_priority:
- version_priority:
- "3.36"
search_paths:
- search_paths:
- D:/Install/QGIS 3.36
- D:/OtherInstall/QGIS 3.36
```
Expand Down

0 comments on commit e11119b

Please sign in to comment.