diff --git a/states/gobackup/install.sls b/states/gobackup/install.sls index f8ed396..28e5e06 100644 --- a/states/gobackup/install.sls +++ b/states/gobackup/install.sls @@ -19,7 +19,7 @@ gobackup-backups-path: gobackup-backups-path-workdir: file.directory: - - name: {{ gobackup.config.wordir }} + - name: {{ gobackup.config.workdir }} - user: root - group: root - mode: 755