summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/restore_plugin.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-12-08 22:11:26 +0000
committerLars Wirzenius <liw@liw.fi>2013-12-28 21:51:24 +0000
commit988c582176da81175dc70e537b827d8483bc2960 (patch)
treef80fa1b13416080890b64fd6648b41d6f897a23a /obnamlib/plugins/restore_plugin.py
parent223435d1acb82251db130e969df8d030cd1e9ccc (diff)
downloadobnam-988c582176da81175dc70e537b827d8483bc2960.tar.gz
Fix field name
Diffstat (limited to 'obnamlib/plugins/restore_plugin.py')
-rw-r--r--obnamlib/plugins/restore_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/plugins/restore_plugin.py b/obnamlib/plugins/restore_plugin.py
index 2da1aa7e..1bade54e 100644
--- a/obnamlib/plugins/restore_plugin.py
+++ b/obnamlib/plugins/restore_plugin.py
@@ -192,7 +192,7 @@ class RestorePlugin(obnamlib.ObnamPlugin):
return obnamlib.Metadata(
st_atime_sec=K(obnamlib.REPO_FILE_ATIME_SEC),
st_atime_nsec=K(obnamlib.REPO_FILE_ATIME_NSEC),
- st_mtime_sec=K(obnamlib.REPO_FILE_MTIME_NSEC),
+ st_mtime_sec=K(obnamlib.REPO_FILE_MTIME_SEC),
st_mtime_nsec=K(obnamlib.REPO_FILE_MTIME_NSEC),
st_blocks=K(obnamlib.REPO_FILE_BLOCKS),
st_dev=K(obnamlib.REPO_FILE_DEV),