Skip to content

Commit b89bab4

Browse files
committed
shfmt
1 parent 2c9d7a1 commit b89bab4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev/release/07-flightsqlodbc-upload.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ if [ "${PHASE_BUILD_MSI}" -gt 0 ]; then
148148
run_id=$(echo "${workflow_url}" | grep -Eo 'actions/runs/[0-9]+' | grep -Eo '[0-9]+$' || true)
149149
if [ -z "${run_id}" ]; then
150150
echo "Failed to extract run ID from the above output. This is probably a" \
151-
"bug. If the workflow was started, you can watch it manually and" \
152-
"move onto the PHASE_SIGN_MSI step once it's done."
151+
"bug. If the workflow was started, you can watch it manually and" \
152+
"move onto the PHASE_SIGN_MSI step once it's done."
153153
exit 1
154154
fi
155155

0 commit comments

Comments
 (0)