Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Aug 28, 2024
1 parent b51cc78 commit 67ab629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check-pharmr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
with open("R/install.R", "w") as fp:
for line in lines:
if line.lstrip().startswith("PHARMPY_COMMIT"):
fp.write(f' PHARMPY_COMMIT <- "{commit}"\n)'
fp.write(f' PHARMPY_COMMIT <- "{commit}"\n')
else:
fp.write(line)
shell: python
Expand Down

0 comments on commit 67ab629

Please sign in to comment.