Skip to content

Commit

Permalink
fix download cli function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Nov 17, 2021
1 parent 31834fe commit e14c2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def getConfigFile(internal=None):
return os.path.join(getHomeFolder(), '.wakatime.cfg')


def downloadCLI(self):
def downloadCLI():
log('Downloading wakatime-cli...')

if not os.path.exists(getResourcesFolder()):
Expand Down

0 comments on commit e14c2df

Please sign in to comment.