diff options
-rw-r--r-- | gemato/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemato/cli.py b/gemato/cli.py index b975d1f..cd5d14d 100644 --- a/gemato/cli.py +++ b/gemato/cli.py @@ -330,7 +330,7 @@ class UpdateCommand(BaseUpdateCommand): return 1 last_ts = m.find_timestamp() if last_ts is None: - loggng.error('Incremental specified but no timestamp in Manifest') + logging.error('Incremental specified but no timestamp in Manifest') return 1 update_kwargs['last_mtime'] = last_ts.ts.timestamp() |