Closed albertkun closed 11 months ago
This pull request fixes the events and ownership of the repository directory. It includes the following changes:
Fixed the events by running the events_updater.py script.
events_updater.py
Changed the ownership of the repository directory using the sudo chown command.
sudo chown
These changes ensure that the events are updated correctly and that the repository directory is owned by the current user.
Fixes #0000
This pull request fixes the events and ownership of the repository directory. It includes the following changes:
Fixed the events by running the
events_updater.py
script.Changed the ownership of the repository directory using the
sudo chown
command.These changes ensure that the events are updated correctly and that the repository directory is owned by the current user.
Fixes #0000