Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien committed Nov 17, 2023
1 parent 4cd00ab commit f7f50d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def get_quickstart_execution_plan(
QuickstartExecutionPlan(
composefile_git_ref=composefile_git_ref,
docker_tag=docker_tag,
mysql_tag=mysql_tag
mysql_tag=mysql_tag,
),
)
# new CLI version is downloading the composefile corresponding to the requested version
Expand Down

0 comments on commit f7f50d8

Please sign in to comment.