fixed typo

This commit is contained in:
Jonas Forsberg 2020-08-02 09:14:28 +02:00
parent b1822e1cdb
commit a4f24c1eb2
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -8,7 +8,7 @@ Make sure go directory exists:
- group: users
- mode: "0755"
{% if not salt['file.directory_exists']('{}/go/src/github.com/jtyr/gbt'.format(salt['user.info']( pillar'username']).home)) %}
{% if not salt['file.directory_exists']('{}/go/src/github.com/jtyr/gbt'.format(salt['user.info']( pillar['username'] ).home )) %}
Go get GBT:
cmd.run:
- name: go get github.com/jtyr/gbt/cmd/gbt