fix snapshot_exclude (typo)

This commit is contained in:
Arne Petersen
2020-01-24 08:11:20 +01:00
parent 6ef0047abd
commit 7ed331614e
6 changed files with 14 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hydra2",
"version": "0.9.0",
"version": "0.9.1",
"slug": "hydra2",
"legacy": true,
"maintenance": {
@@ -37,7 +37,7 @@
"PGID": "int",
"TZ": "str?"
},
"snapshot_exlude": [
"snapshot_exclude": [
"**/backup/*",
"**/logs/*"
],