Skip to content

Commit 46d1c2b

Browse files
authored
Merge pull request #5 from ericreeves/packs-volumes-config-fix
Remove Unnecessary &&
2 parents bcd293f + 4cf959e commit 46d1c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Create the name of the stackstorm-ha service account to use
236236
- 'sh'
237237
- '-ec'
238238
- |
239-
/bin/cp -aR /opt/stackstorm/configs/. /opt/stackstorm/configs-shared &&
239+
/bin/cp -aR /opt/stackstorm/configs/. /opt/stackstorm/configs-shared
240240
{{- end }}
241241
{{- end -}}
242242

0 commit comments

Comments
 (0)