bug: machine_type: 537: Syntax error: “(” unexpected (expecting “then”) #363
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#363
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the error I got when running cdist today
I applied locally a patch in the affected machine and it worked, here is the patch https://code.ungleich.ch/pedro/cdist/compare/master...bugfix_363
looks like the error was introduced 6 months ago
7dd2d1025a/cdist/conf/explorer/machine_type (L518)
I don't know how to do a pull request to this repository
Wow. we should have caught that one earlier. Will merge it tomorrow.
ping
Fixed today, applied the missing ' directly. Thanks for reporting.