Skip to content

Commit

Permalink
bugfix subcmd_update command
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Machado committed Jun 4, 2024
1 parent 68d9b11 commit 3015cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion froster/froster.py
Original file line number Diff line number Diff line change
Expand Up @@ -6947,7 +6947,7 @@ def main():

# Check if there are updates on froster every X days
if cfg.check_update():
cmd.subcmd_update(cfg)
cmd.subcmd_update()

# Close the AWS session
aws.close_session()
Expand Down

0 comments on commit 3015cea

Please sign in to comment.