From 86835f4b31370ea3da04f0e662a6a78f0e64933e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 23 Apr 2022 13:47:27 -0700 Subject: GIT:SNAPSHOT-EXTRACTED: flip order of the two required parameters Signed-off-by: Sean Whitton --- src/property/git.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property') diff --git a/src/property/git.lisp b/src/property/git.lisp index 60d404a..16317f7 100644 --- a/src/property/git.lisp +++ b/src/property/git.lisp @@ -25,7 +25,7 @@ (debianlike (apt:installed "git")))) (defprop snapshot-extracted :posix - (directory snapshot-name + (snapshot-name directory &key replace &aux (dest (merge-pathnames snapshot-name -- cgit v1.2.3