Skip to content

Commit

Permalink
Merge pull request #369 from mikeh/master
Browse files Browse the repository at this point in the history
Fix logging typo
  • Loading branch information
Mike Hatfield committed Jul 28, 2015
2 parents 8b05e3a + f2e7ec9 commit 50b898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlfrescoSDK/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [ -z "$ALFRESCO_SDK_SCRIPT" ]; then

# Extracts the Alfresco SDK Version from the project's xcconfig file.
ALFRESCO_SDK_VERSION=$(sed -ne '/^ALFRESCO_SDK_VERSION=/s/.*=\([\^]*\)/\1/p' "$ALFRESCO_SDK_SRC/AlfrescoSDK.xcconfig")
progress_message Alfresco SDK Version detected: "$ALFRESCO_SDK_VERSION"
progress_message "Alfresco SDK Version detected: $ALFRESCO_SDK_VERSION"

## iOS

Expand Down

0 comments on commit 50b898a

Please sign in to comment.