mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
Merge pull request #229 from baby-gnu/fix/mapdata-control-name
fix(convert-formula): `_mapdata` control name must use the formula one
This commit is contained in:
commit
1b5bcb4ec0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'yaml'
|
||||
|
||||
control 'template._mapdata' do
|
||||
control 'TEMPLATE._mapdata' do
|
||||
title '`map.jinja` should match the reference file'
|
||||
|
||||
### Method
|
||||
|
|
Loading…
Add table
Reference in a new issue