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

Empty output when initializing in already initialized directory #214

Closed
ostrolucky opened this issue Feb 24, 2015 · 1 comment
Closed

Empty output when initializing in already initialized directory #214

ostrolucky opened this issue Feb 24, 2015 · 1 comment
Milestone

Comments

@ostrolucky
Copy link

C:\xampp\htdocs\db> sqitch init test
Created sqitch.conf
Created sqitch.plan
Created deploy\
Created revert\
Created verify\
C:\xampp\htdocs\db> sqitch init test2
C:\xampp\htdocs\db> cat .\sqitch.plan
%syntax-version=1.0.0
%project=test

I believe output of second command should not be empty, but rather be message something in lines of "Some other sqitch project was already initialized in current directory, aborting"

@theory theory added this to the v1.0.0 milestone Feb 24, 2015
@theory
Copy link
Collaborator

theory commented Feb 24, 2015

Yep, good call, thanks!

@theory theory closed this as completed in 3de259e Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants