Skip to content

Commit

Permalink
Merge pull request kelseyhightower#432 from JacobHayes/master
Browse files Browse the repository at this point in the history
Fix missing braces and extra parenthesis on formatted datatime example
  • Loading branch information
Matthew Fisher committed Apr 13, 2016
2 parents 6386163 + 6d7165b commit 2a54c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Outputs:
```

```
# Generated by confd {datetime.Format("Jan 2, 2006 at 3:04pm (MST)")}
# Generated by confd {{datetime.Format "Jan 2, 2006 at 3:04pm (MST)"}}
```

Outputs:
Expand Down

0 comments on commit 2a54c58

Please sign in to comment.