boklm pushed to branch main at The Tor Project / Applications / RBM


Commits:
2517a84a by Nicolas Vigier at 2026-01-15T12:14:35+01:00
Bug 40096: Fix confusing `container extract` error message

- - - - -


1 changed file:

- container


Changes:

=====================================
container
=====================================
@@ -200,7 +200,7 @@ my %actions = (
         usage => "$0 extract <container-dir> <tarball>",
         run   => sub {
             usageexit($ARGV[0]) unless @ARGV == 3;
-            exit_error "$ARGV[0] already exists" if -e $ARGV[1];
+            exit_error "$ARGV[1] already exists" if -e $ARGV[1];
             unshare_run(
                 sub {
                     return extract_tar($ARGV[1], $ARGV[2]);



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/rbm/-/commit/2517a84a1e077036193a368f7cc9c882ad5ea8ec

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/rbm/-/commit/2517a84a1e077036193a368f7cc9c882ad5ea8ec
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to