Skip to content

Commit

Permalink
bw/bundles/voctocore-artwork: do not put quotes around schedule version
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsi committed Sep 21, 2024
1 parent da422cc commit 98374b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ then
if [[ "$sha_old" != "$sha_new" ]]
then
chmod go+r "$tmpdir/schedule.json"
version="$(jq '.schedule.version' < "$tmpdir/schedule.json")"
version="$(jq -r '.schedule.version' < "$tmpdir/schedule.json")"
mv "$tmpdir/schedule.json" "/opt/voc/schedule.json"
voc2alert "info" "schedule" "Downloading schedule from $schedule succeeded, fahrplan version $version"
fi
Expand Down

0 comments on commit 98374b0

Please sign in to comment.