branch: elpa/hyperdrive
commit 3e1b4967816bcdb61773d9717ccd38c2f0481abe
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>

    Fix: (hyperdrive-install) Variable
---
 hyperdrive.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index 4487ea0040..050421766c 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1358,7 +1358,7 @@ If FORCEP, don't prompt for confirmation before 
downloading."
                ;; Hash matches: finish installation.
                (then file-name)
              ;; Hash doesn't match: delete file and try next source.
-             (delete-file file-file)
+             (delete-file file-name)
              (h/message "Trying next source because hash comparison failed 
from URL: %s"
                         url)
              (try)))

Reply via email to