File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ if [ -n "$IOS_VERSION" ] || [ -n "$ANDROID_VERSION" ]; then
6464 NEW_ENTRY+=" \n\n### Changes\n"
6565
6666 if [ -n " $ANDROID_VERSION " ]; then
67- NEW_ENTRY+=" - Updated Android SDK to [$ANDROID_VERSION ](https://github.com/urbanairship/android-library/releases/tag/$ANDROID_VERSION "
67+ NEW_ENTRY+=" - Updated Android SDK to [$ANDROID_VERSION ](https://github.com/urbanairship/android-library/releases/tag/$ANDROID_VERSION " )
6868 fi
6969
7070 if [ -n " $IOS_VERSION " ]; then
7171 NEW_ENTRY+=" \n"
72- NEW_ENTRY+=" - Updated iOS SDK to [$IOS_VERSION ](https://github.com/urbanairship/ios-library/releases/tag/$IOS_VERSION "
72+ NEW_ENTRY+=" - Updated iOS SDK to [$IOS_VERSION ](https://github.com/urbanairship/ios-library/releases/tag/$IOS_VERSION " )
7373 fi
7474
7575else
You can’t perform that action at this time.
0 commit comments