Skip to content

Commit

Permalink
remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides committed Jul 26, 2022
1 parent f6e6815 commit cc44c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Consumption-Tests/Shared/carthage-checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ set +e
# Perform the `carthage update` (using the Cartfile we just created/updated)
# (`./carthage.sh update` instead of `carthage update` as a workaround for Carthage Xcode 12 issue: https://github.com/Carthage/Carthage/issues/3019#issuecomment-665136323)
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source ${DIR}/carthage.sh update --use-xcframeworks
source ${DIR}/carthage.sh update
CARTHAGE_UPDATE_STATUS_CODE=$?
echo "CARTHAGE_UPDATE_STATUS_CODE=$CARTHAGE_UPDATE_STATUS_CODE"

Expand Down

0 comments on commit cc44c3f

Please sign in to comment.