Skip to content

Commit 2a82b28

Browse files
committed
PR feedback
1 parent 5ed8082 commit 2a82b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/integrations/github/cicd/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def _append_output(cls, key: str, value: str) -> None:
486486

487487
def get_plan_summary(self, plan: Plan) -> str:
488488
# use Verbosity.VERY_VERBOSE to prevent the list of models from being truncated
489-
# this is particularly importanmt for the "Models needing backfill" list because
489+
# this is particularly important for the "Models needing backfill" list because
490490
# there is no easy way to tell this otherwise
491491
orig_verbosity = self._console.verbosity
492492
self._console.verbosity = Verbosity.VERY_VERBOSE

0 commit comments

Comments
 (0)