Skip to content

Commit

Permalink
upgrader fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Sep 17, 2024
1 parent 15b2809 commit 8eade41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/sysmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ def check(interaction):
os.system('rm -rf ' + os.getcwd() + '/update')
self.logger.info('Downloading from remote repository...')
await self.bot.loop.run_in_executor(None, lambda: os.system(
'git clone --branch ' + new['version'] + ' --single-branch --depth 1 ' + self.bot.config[
'git clone --branch ' + version + ' --single-branch --depth 1 ' + self.bot.config[
'files_endpoint'] + '/unifier.git ' + os.getcwd() + '/update'
))
self.logger.debug('Confirming download...')
Expand Down

0 comments on commit 8eade41

Please sign in to comment.