diff --git a/storage.go b/storage.go index 87e0bd4..99b2aec 100644 --- a/storage.go +++ b/storage.go @@ -109,7 +109,7 @@ func (s *Storage) Save() (string, error) { _, err = s.db.Exec(` INSERT INTO snapshots (id, sid, created_at, branch, git_hash, committed, path) - VALUES (?, ?, ?, ?, ?, ?) + VALUES (?, ?, ?, ?, ?, ?, ?) `, id, kid,