diff options
Diffstat (limited to 'site/download/oldtorrent')
-rw-r--r-- | site/download/oldtorrent/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/download/oldtorrent/index.php b/site/download/oldtorrent/index.php index c4b5726..fb8e369 100644 --- a/site/download/oldtorrent/index.php +++ b/site/download/oldtorrent/index.php @@ -79,7 +79,7 @@ </p> <p> You can verify the downloaded archives as follows:<br/> - $ <b>for signature in $(ls *.tar.xz.sig); do gpg --verify $signature; done</b> + $ <b>for signature in $(ls *.sig); do gpg --verify $signature; done</b> </p> </div> |