branch: elpa/hyperdrive
commit ec4d865d7d5bf7cd1a5632610ce779f080458485
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Add TODO
---
hyperdrive.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/hyperdrive.el b/hyperdrive.el
index 271134b938..7a6c33c931 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1314,6 +1314,7 @@ If FORCEP, don't prompt for confirmation before
downloading."
(pcase-let (((map :url :sha256) url-and-hash))
;; TODO: Prompt before downloading.
(download url sha256))
+ ;; TODO: Is it correct to set the global var to nil here and in
callback?
(setf h/install-in-progress nil)
(h/menu-refresh)
(h/error "Downloading failed; no more mirrors available")))