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 parse error in theme.toml #187

Closed
wants to merge 2 commits into from
Closed

Conversation

rburgst
Copy link

@rburgst rburgst commented Jul 26, 2019

Otherwise I am getting

Error: failed to read module config for "ananke" in "/builds/rburgst/focusgtdapp-web/themes/ananke/theme.toml": unmarshal failed: Near line 11 (last key parsed 'min_version'): Invalid float value: "0.30.2"

Otherwise I am getting
```
Error: failed to read module config for "ananke" in "/builds/rburgst/focusgtdapp-web/themes/ananke/theme.toml": unmarshal failed: Near line 11 (last key parsed 'min_version'): Invalid float value: "0.30.2"
```
theme.toml Outdated Show resolved Hide resolved
@aknuds1
Copy link

aknuds1 commented Aug 3, 2019

Experiencing the same issue!

Copy link

@aknuds1 aknuds1 left a comment

Choose a reason for hiding this comment

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

Made the same fix

Copy link

@bh90210 bh90210 left a comment

Choose a reason for hiding this comment

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

seems to fix the issue 👍

@budparr
Copy link
Member

budparr commented Aug 10, 2019

Closing as fixed in #189

@budparr budparr closed this Aug 10, 2019
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.

None yet

6 participants