Skip to content

Commit 51155f1

Browse files
authored
Update worker.sh
[ci skip]
1 parent 67ca57e commit 51155f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ DATAFILE=$(readlink -f database/$INPUTBASENAME/*.desktop)
128128
echo "" >> "$DATAFILE"
129129
echo "[AppImageHub]" >> "$DATAFILE"
130130

131-
if [ ! -x $UPDATE_INFORMATION] ; then
131+
if [ ! -x $UPDATE_INFORMATION ] ; then
132132
echo "UpdateInformation=${UPDATE_INFORMATION}" >> "$DATAFILE"
133133
else
134134
echo "UpdateInformation=false" >> "$DATAFILE"

0 commit comments

Comments
 (0)