Skip to content

Commit 15c1f1c

Browse files
committed
dSYM debug log typo fix
1 parent 97bc3ed commit 15c1f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

step.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ if [[ ! -z "${DSYM_PATH}" && -d "${DSYM_PATH}" ]] ; then
196196
"${dsym_zip_path}" \
197197
"${dsym_fold_name}"
198198

199-
echo " (i) The IPA is now available at: ${dsym_zip_path}"
199+
echo " (i) The dSYM is now available at: ${dsym_zip_path}"
200200
envman add --key BITRISE_DSYM_PATH --value "${dsym_zip_path}"
201-
echo ' (i) The IPA path is now available in the Environment Variable: $BITRISE_DSYM_PATH'
201+
echo ' (i) The dSYM path is now available in the Environment Variable: $BITRISE_DSYM_PATH'
202202
else
203203
echo " (!) No dSYM found (or not a directory: ${DSYM_PATH})"
204204
fi

0 commit comments

Comments
 (0)