]> git.donarmstrong.com Git - neurodebian.git/blobdiff - tools/nd-configurerepo
Rename neurodebian-keyring to neurodebian-archive-keyring to be closer to what it...
[neurodebian.git] / tools / nd-configurerepo
index feed5d58c283693b498fddf0a3b8161bc8fd386d..d8e3868f20dd4c7ea551d42e4e13d02f49541861 100755 (executable)
@@ -543,7 +543,7 @@ fi
 #
 
 # Figure out if key needs to be imported (if ran within package,
-# should already be there due to neurodebian-keyring package)
+# should already be there due to neurodebian-archive-keyring package)
 if LANG=C eval $ae_sudo apt-key export $nd_key_id 2>&1 1>/dev/null | grep -qe "nothing exported"; then
     print_verbose 1 "Fetching the key from the server"
     eval_dry apt-key adv --recv-keys --keyserver pgp.mit.edu $nd_key_id