Skip to content

Commit ed004ae

Browse files
committed
Merge branch 'main' into skip-action
2 parents 7298d53 + 95bc492 commit ed004ae

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)