Skip to content

Commit

Permalink
Fix release restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Aug 8, 2024
1 parent 9f85987 commit b33af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plaintext.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
(apply #'reinitialize-instance object (retrieve-plaintext object)))

(defmethod retrieve ((*storage* plaintext) (object release) (slot (eql 'projects)))
(setf (projects object) (retrieve-listed object slot 'project
(setf (projects object) (retrieve-listed object slot 'project-release
(if (slot-boundp object 'projects) (projects object) ()))))

(defmethod retrieve ((*storage* plaintext) (object (eql 'project)) (name string))
Expand Down

0 comments on commit b33af4a

Please sign in to comment.