Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify track creation #6991

Merged
merged 11 commits into from
Jul 23, 2024
Prev Previous commit
Next Next commit
Add comment
  • Loading branch information
ErikSchierboom committed Jul 12, 2024
commit 618ad1f3611d7d9b2d926635b11e46d51fd07c77
2 changes: 2 additions & 0 deletions app/commands/track/set_file_system_permissions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class Track::SetFileSystemPermissions

def call
ErikSchierboom marked this conversation as resolved.
Show resolved Hide resolved
add_safe_directory!

# A redeploy of the website is required to pick up the new safe directory
trigger_redeploy!
end

Expand Down
Loading