Skip to content

Commit 62177b9

Browse files
committed
Fix order of args in pc-wrapper script.
1 parent 9dce041 commit 62177b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pc-wrapper.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -eo pipefail
44

55
repo=$1
66
dir=${2:-.}
7-
rpmvers=$3
8-
debvers=$4
7+
debvers=$3
8+
rpmvers=$4
99

1010
for v in $rpmvers
1111
do

0 commit comments

Comments
 (0)