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

Removing equals from --config (pico-args upstream update) #1613

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

wileyj
Copy link
Contributor

@wileyj wileyj commented Mar 20, 2024

2.4.0.1.0 had an upstream dependency update that requires a small change to running stacks-node with the --config arg:
previously: stacks-node --config=/path/to/Config.toml was valid.

with the update, the above no longer works and must be: stacks-node --config /path/to/Config.toml

note the missing =

Copy link
Collaborator

@kenrogers kenrogers left a comment

Choose a reason for hiding this comment

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

Thanks jw, looks good

@kenrogers kenrogers merged commit 7802d34 into master Mar 20, 2024
6 checks passed
@kenrogers kenrogers deleted the fix/update-command-line-args branch March 20, 2024 15:20
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