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

Make variable names in deploy script match those in cw-dao-dapp env.local #53

Merged
merged 6 commits into from
Oct 18, 2021
Merged

Conversation

elsehow
Copy link
Collaborator

@elsehow elsehow commented Oct 18, 2021

Removes ambiguity about which address to place in which .env.local field.

(This issue is related to #50)

elsehow and others added 4 commits October 17, 2021 18:10
Co-authored-by: Jake Hartnell <Jake.Hartnell@gmail.com>
Co-authored-by: Jake Hartnell <Jake.Hartnell@gmail.com>
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this was causing really difficult-to-diagnose issues for me. it turns out that sh is aliased to bash on most systems (but not on mine, where it's actually sh), and the script was using some bash syntax here and there.

@JakeHartnell JakeHartnell merged commit 3c09872 into DA0-DA0:main Oct 18, 2021
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