diff options
-rwxr-xr-x | bin/tissue | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -403,9 +403,8 @@ HOSTNAME." repository))))) (let ((config (load-config))) (parameterize ((%aliases (tissue-configuration-aliases config))) - (call-with-temporary-directory + (call-with-temporary-checkout (git-top-level) (lambda (temporary-repository-clone) - (clone (git-top-level) temporary-repository-clone) ;; Add the top level of the git repository to the ;; load path since there may be user-written ;; modules in the repository. |