Skip to content

Commit 3a00c04

Browse files
authored
remove quotes
1 parent da4cb8e commit 3a00c04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ runs:
1212
>&2 echo "ERROR: No ./appinfo file found!"
1313
exit 1
1414
fi
15-
APPNAME=$(awk -F'=' '/X-AppImage-Name/{print $2; exit} ./appinfo)"
16-
VERSION=$(awk -F'=' '/X-AppImage-Version/{print $2; exit} ./appinfo)"
15+
APPNAME=$(awk -F'=' '/X-AppImage-Name/{print $2; exit} ./appinfo)
16+
VERSION=$(awk -F'=' '/X-AppImage-Version/{print $2; exit} ./appinfo)
1717
if [ -z "$APPNAME" ]; then
1818
>&2 echo "ERROR: ./appinfo is missing X-AppImage-Name"
1919
exit 1

0 commit comments

Comments
 (0)