Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Jul 4, 2022
1 parent 700d46a commit 6b1bdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/scripts/get_freecad_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

if system == "macOS":
import jinja2
pritn("create plist from template")
print("create plist from template")
osx_directory = os.path.join(os.path.dirname(__file__), "..", "osx")
with open(os.path.join(osx_directory, "Info.plist.template")) as template_file:
template_str = template_file.read()
Expand Down

0 comments on commit 6b1bdb9

Please sign in to comment.