diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-01 13:28:49 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-01 13:29:17 -0400 |
commit | e3969aeb3c1d8a91a31d4da31097ab5c59436774 (patch) | |
tree | 7fd39a284fa2d7ed37a3aab5edbbe5f80cce76d0 /Backend/WORM.hs | |
parent | 5be958bddc3afeabe51bd9da598682617ba4e0e7 (diff) |
rename fsckKey to verifyKeyContent
No behavior changes.
Diffstat (limited to 'Backend/WORM.hs')
-rw-r--r-- | Backend/WORM.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/WORM.hs b/Backend/WORM.hs index 59f9a7354..e1dbae2cb 100644 --- a/Backend/WORM.hs +++ b/Backend/WORM.hs @@ -21,7 +21,7 @@ backend :: Backend backend = Backend { name = "WORM" , getKey = keyValue - , fsckKey = Nothing + , verifyKeyContent = Nothing , canUpgradeKey = Nothing , fastMigrate = Nothing , isStableKey = const True |