Skip to content

Commit cc44c3f

Browse files
committed
remove unused parameter
1 parent f6e6815 commit cc44c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Consumption-Tests/Shared/carthage-checkout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ set +e
130130
# Perform the `carthage update` (using the Cartfile we just created/updated)
131131
# (`./carthage.sh update` instead of `carthage update` as a workaround for Carthage Xcode 12 issue: https://github.com/Carthage/Carthage/issues/3019#issuecomment-665136323)
132132
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
133-
source ${DIR}/carthage.sh update --use-xcframeworks
133+
source ${DIR}/carthage.sh update
134134
CARTHAGE_UPDATE_STATUS_CODE=$?
135135
echo "CARTHAGE_UPDATE_STATUS_CODE=$CARTHAGE_UPDATE_STATUS_CODE"
136136

0 commit comments

Comments
 (0)