Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Oct 7, 2024
1 parent 41044ca commit a454280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k4generatorsconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def cmake_args(self):
def setup_run_environment(self, env):
env.set("K4GENERATORSCONFIG", self.prefix.share.k4GeneratorsConfig)
env.prepend_path("PYTHONPATH", self.prefix.python)
env.prepend_path("PATH", self.perfix.bin)
env.prepend_path("PATH", self.prefix.bin)

0 comments on commit a454280

Please sign in to comment.