fix: drop removed CLI arg
This commit is contained in:
parent
eb3bc1b811
commit
6ab70955c0
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ get_last_backup_ts() {
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ts="$(sudo "$borgmatic" list --last 1 --successful --json | jq -r '.[0].archives[0].start')"
|
ts="$(sudo "$borgmatic" list --last 1 --json | jq -r '.[0].archives[0].start')"
|
||||||
set_state CachedLastBackupTimestamp "$ts" "$state_ttl"
|
set_state CachedLastBackupTimestamp "$ts" "$state_ttl"
|
||||||
echo "$ts"
|
echo "$ts"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue