Skip to content

Commit

Permalink
Fix time-log example blueprint (#4467)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 authored and SupriyaKasten committed Nov 28, 2018
1 parent 3383bd5 commit c10c2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/time-log/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ actions:
container: test-container
includePath: /var/log
backupArtifactPrefix: "{{ .Profile.Location.S3Compliant.Bucket }}/time-log"
backupIdentifier: "{{ toDate "2006-01-02T15:04:05.999999999Z07:00" .Time | date "2006-01-02" }}"
backupIdentifier: '{{ toDate "2006-01-02T15:04:05.999999999Z07:00" .Time | date "2006-01-02" }}'
restore:
type: Deployment
inputArtifactNames:
Expand Down

0 comments on commit c10c2f3

Please sign in to comment.