« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/crawl-http.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/crawl-http.js')
-rwxr-xr-xsrc/crawl-http.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crawl-http.js b/src/crawl-http.js
index 7553e85..59777ca 100755
--- a/src/crawl-http.js
+++ b/src/crawl-http.js
@@ -145,7 +145,7 @@ async function main(args) {
     return
   }
 
-  let url = args[0]
+  const url = args[0]
 
   let maxDownloadAttempts = 5
   let verbose = false