Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Küng committed Jun 26, 2024
1 parent 192a64d commit c5df060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion munkiwebadmin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
MUNKI_REPO_PLUGIN = os.getenv('MUNKI_REPO_PLUGIN', 'FileRepo')
MUNKITOOLS_DIR = os.getenv('MUNKITOOLS_DIR', '/munkitools')
if not os.path.exists(MUNKITOOLS_DIR):
MUNKITOOLS_DIR = os.join(BASE_DIR, 'munkitools')
MUNKITOOLS_DIR = os.path.join(BASE_DIR, 'munkitools')


# Azure AD settings
Expand Down

0 comments on commit c5df060

Please sign in to comment.