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

fix: Make contract argument required for migrate command. #79

Merged
merged 1 commit into from Jun 10, 2022

Conversation

octalmage
Copy link
Contributor

Migrate won't work without a contract supplied:

 terrain contract:migrate --signer pisco --network testnet   
    Error: ENOENT: no such file or directory, chdir '~/GitHub/terra-dapp' -> 'contracts/undefined'
    Code: ENOENT

After:

terrain contract:migrate --signer pisco --network testnet  
 ›   Error: Missing 1 required arg:
 ›   contract
 ›   See more help with --help

@octalmage octalmage added the bug Something isn't working label May 29, 2022
@octalmage octalmage merged commit 77550b1 into main Jun 10, 2022
@octalmage octalmage deleted the fix/contract-required branch June 10, 2022 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants