diff --git a/upsonic/remote/on_prem.py b/upsonic/remote/on_prem.py index ad03071..d2c31df 100644 --- a/upsonic/remote/on_prem.py +++ b/upsonic/remote/on_prem.py @@ -1012,7 +1012,7 @@ def get( else: pass - # Run anayses + # Run analyses if self.enable_usage_analyses and not pass_usage_analyses: if inspect.isfunction(response) and self.is_usage_analyses_true(key): commit = None