Skip to content

Commit 0b1f1b0

Browse files
committed
fix misplaced quote
1 parent 83f2557 commit 0b1f1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
PKG_REPO=${{inputs.pkgRepo}} CERT=pubtest.crt KEY=pubtest.key DL=1 scripts/packages/package-check.sh ${{inputs.pkgVersion}}
6767
for i in $(find ${{inputs.pkgRepo}}/nginx-agent | grep -e "nginx-agent[_-]${{inputs.pkgVersion}}"); do
6868
if [[ "$i" == *.deb ]]; then
69-
echo "Renaming ${i} to ${dest/_/-/}"}"
69+
echo "Renaming ${i} to ${dest/_/-/}"
7070
mv "${i}" "${dest/_/-/}"
7171
fi
7272
if [[ "$i" == *.apk ]]; then

0 commit comments

Comments
 (0)