Skip to content

Commit

Permalink
Fix typo in update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaguire committed Jan 23, 2021
1 parent 183a2f7 commit 59566d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pangolin/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,9 @@ def update(pangolin_version, lineages_version, pangoLEARN_version):
Using the github releases API check for the latest current release
of each pangolin, lineages, and pangoLEARN
Compare these to the currently running versions and if newer versions
exist then updates them (or if current) then exits safely
Compare these to the currently running versions and if newer releases
exist update to them accordingly (or do nothing if current).
Afterwards, exit program safely with a 0 exit code.
pangolin_version: string containing the __version__ data for the currently
running pangolin module
Expand Down

0 comments on commit 59566d4

Please sign in to comment.