Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore): Ensure make help shows all commands #1145

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

ram-senth
Copy link
Member

No description provided.

Copy link
Member

@jennmueng jennmueng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm but should fix typo

Makefile Outdated
@@ -24,12 +24,12 @@ update: .env # Updates the project's docker compose image.
docker compose run app flask db history
docker compose run app flask db upgrade

.PHONY: db_downgrade
db_downgrade: .env # Downgrades the db by one upgrade script each time it is run.
.PHONY: db-wngrade
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?

Suggested change
.PHONY: db-wngrade
.PHONY: db-downgrade

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, have fixed it. You are too quick for me:)

@ram-senth ram-senth merged commit c4e1979 into main Sep 9, 2024
11 checks passed
@ram-senth ram-senth deleted the ram/fix-make-help branch September 9, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants