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

Typo in Front Matter/Installation: alembic init . #1463

Closed
kornelumann opened this issue Apr 24, 2024 · 1 comment
Closed

Typo in Front Matter/Installation: alembic init . #1463

kornelumann opened this issue Apr 24, 2024 · 1 comment
Labels
bug Something isn't working documentation

Comments

@kornelumann
Copy link

Describe the bug

https://alembic.sqlalchemy.org/en/latest/front.html#installation says

/path/to/your/project/.venv/bin/alembic init .

Expected behavior

It should be

/path/to/your/project/.venv/bin/alembic init alembic

To Reproduce

Follow the installation instructions as on the page.

Error

  FAILED: Directory . already exists and is not empty

Versions.

  • Alembic: 1.13.1

Additional context

https://alembic.sqlalchemy.org/en/latest/tutorial.html has it correctly

$ alembic init alembic

Yeah and there's a dot after Versions in this template.

Have a nice day!

@kornelumann kornelumann added the requires triage New issue that requires categorization label Apr 24, 2024
@CaselIT CaselIT added bug Something isn't working documentation and removed requires triage New issue that requires categorization labels Apr 24, 2024
@CaselIT
Copy link
Member

CaselIT commented Apr 24, 2024

Hi,

Indeed, thanks for reporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation
Projects
None yet
Development

No branches or pull requests

2 participants