Skip to content

Commit

Permalink
FIX: Update TOP_DIR -> BASE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
RevolutionTech committed Aug 29, 2019
1 parent 06acac8 commit ea0d76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perdiem/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def RAVEN_CONFIG(self):
secret_key=os.environ["PERDIEM_SENTRY_SECRET_KEY"],
project_id=os.environ["PERDIEM_SENTRY_PROJECT_ID"]
),
'release': raven.fetch_git_sha(self.TOP_DIR),
'release': raven.fetch_git_sha(self.BASE_DIR),
}

# Static files (CSS, JavaScript, Images)
Expand Down

0 comments on commit ea0d76f

Please sign in to comment.