Skip to content

Commit

Permalink
Touch the state file to update its modification time
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Feb 1, 2023
1 parent 566c817 commit 0bff358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,9 @@ def main(argv):

log("Finished")

# touch the state cache file
os.utime(state_filename, None);

return 0

if __name__ == "__main__":
Expand Down

0 comments on commit 0bff358

Please sign in to comment.