Skip to content

Commit 27b6bc5

Browse files
committed
fix bsd upload paths
1 parent 6cbcd8b commit 27b6bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packages/package-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ prep_txz() {
254254
# Should be 'nginx-agent-2.44.0-FreeBSD.12.amd64.pkg'
255255
dest="$(dirname "$i")/nginx-agent-${VERSION}-FreeBSD.$ver.$arch.pkg"
256256
echo "Moving ${i} to ${dest}"
257-
cp "${i}" "${dest}"
257+
mv "${i}" "${dest}"
258258
done
259259
}
260260

0 commit comments

Comments
 (0)