Browse Source

Remove repofrompath.

WillyPillow 3 years ago
parent
commit
1d65c5ee01
1 changed files with 0 additions and 1 deletions
  1. 0 1
      qubes-rpc/qvm-template-repo-query

+ 0 - 1
qubes-rpc/qvm-template-repo-query

@@ -10,7 +10,6 @@ while IFS= read -r line; do
         --enablerepo=*|\
         --disablerepo=*|\
         --repoid=*|\
-        --repofrompath=*|\
         --releasever=*)
             OPTS+=("$line")
             ;;