Skip to content

Commit b5ea378

Browse files
committed
change formatting for output
1 parent 98979a7 commit b5ea378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extract-expose-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if [ -z "$ANDROID_VERSION_NAME" ]; then
1515
fi
1616

1717
# Write the extracted values to a temporary file
18-
echo "ANDROID_VERSION_CODE=$ANDROID_VERSION_CODE" > extracted_values.txt
19-
echo "ANDROID_VERSION_NAME=$ANDROID_VERSION_NAME" >> extracted_values.txt
18+
echo "ANDROID_VERSION_CODE: $ANDROID_VERSION_CODE" > extracted_values.txt
19+
echo "ANDROID_VERSION_NAME: $ANDROID_VERSION_NAME" >> extracted_values.txt
2020

2121
# Debugging output to indicate script completion
2222
echo "Script execution complete."

0 commit comments

Comments
 (0)