Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 12, 2023
1 parent 9ad29fc commit 11e5037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ilcsoft/k4edm4hep2lcioconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def postCheckDeps(self):

self.envpath["LD_LIBRARY_PATH"].append(self.installPath + "/lib")
self.envpath["LD_LIBRARY_PATH"].append(self.installPath + "/lib64")
self.enpath["PATH"].append(self.installPath + "/bin")
self.envpath["PATH"].append(self.installPath + "/bin")

0 comments on commit 11e5037

Please sign in to comment.