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

Duplicated extra_output in kontrol init --skip-forge #817

Open
palinatolmach opened this issue Sep 11, 2024 · 0 comments
Open

Duplicated extra_output in kontrol init --skip-forge #817

palinatolmach opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@palinatolmach
Copy link
Collaborator

We're adding extra_output = ['storageLayout'] to foundry.toml on kontrol init without checking if it was present. If it's already present in foundry.toml, it might lead to the following issue:

Error: 
failed to extract foundry config:
foundry.toml error: TOML parse error at line 15, column 1
   |
15 | extra_output = ['storageLayout']
   | ^
duplicate key `extra_output` in table `profile.default`
 in foundry.toml TOML file
@palinatolmach palinatolmach self-assigned this Sep 11, 2024
@palinatolmach palinatolmach added the bug Something isn't working label Sep 11, 2024
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

No branches or pull requests

1 participant