Skip to content

Commit ec436c0

Browse files
Fixed error in release script tag for the user profile service module.
1 parent e8bf4d7 commit ec436c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ git push origin datafileManager-$OPTIMIZELY_SDK_DATAFILE_MANAGER_VERSION --verbo
261261
printf "\n";
262262
git push origin eventDispatcher-$OPTIMIZELY_SDK_EVENT_DISPATCHER_VERSION --verbose;
263263
printf "\n";
264-
git push origin UserProfileService-$OPTIMIZELY_SDK_USER_PROFILE_SERVICE_VERSION --verbose;
264+
git push origin userProfileService-$OPTIMIZELY_SDK_USER_PROFILE_SERVICE_VERSION --verbose;
265265
printf "\n";
266266
git push origin iOS-$OPTIMIZELY_SDK_iOS_VERSION --verbose;
267267
printf "\n";

0 commit comments

Comments
 (0)