Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
fix template function name broken by auto refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Smirnov <[email protected]>
  • Loading branch information
Denys Smirnov authored and dennwc committed Mar 22, 2019
1 parent ed3c094 commit 82ab500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/sdk_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ func (c *updater) processFileAsset(name string, overwrite bool) error {
}

var funcs = map[string]interface{}{
"escape_shield": escapeShield,
"toExportedName": toExportedName,
"escape_shield": escapeShield,
"expName": toExportedName,
}

func (c *updater) processTemplateAsset(name string, v interface{}, overwrite bool) error {
Expand Down

0 comments on commit 82ab500

Please sign in to comment.