mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
Apply suggestions from code review
Co-authored-by: Brian McClain <brianmmcclain@gmail.com>
This commit is contained in:
parent
2929047d88
commit
ad18e70980
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
page_title: formatdate function reference
|
||||
description: The `formatdate` function converts a timestamp into a different time format. Learn how to use `formatdate` functions in Packer templates.
|
||||
description: The `formatdate` function converts a timestamp into a specified time format. Learn how to use `formatdate` functions in Packer templates.
|
||||
---
|
||||
|
||||
# `formatdate` Function
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
page_title: pathexpand function reference
|
||||
description: |-
|
||||
The `pathexpand` function replaces a leading tilda `~` character with the current user's
|
||||
The `pathexpand` function replaces a leading tilde `~` character with the current user's
|
||||
home directory. Learn how to use the `pathexpand` function in Packer templates.
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue