diff options
-rwxr-xr-x | extrapkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ if [ "$cmd" == "extrapkg" ]; then repo="extra" tag="CURRENT" elif [ "$cmd" == "currentpkg" ]; then - repo="current" + repo="arch" tag="CURRENT" elif [ "$cmd" == "testingpkg" ]; then repo="testing" |