We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13247b commit 56351efCopy full SHA for 56351ef
1 file changed
SwiftLint/copy-and-run-swiftlint-config.sh
@@ -175,7 +175,7 @@ else
175
fi
176
177
178
-if [[ $isFramework == true ]]; then
+if [ $isFramework = true ]; then
179
# Merge with framework config
180
temporaryMergedSwiftLintConfigFilename="$temporarySwiftLintConfigFilename.merged"
181
cat "$temporarySwiftLintConfigFilename" "swiftlint+frameworks.yml" > "$temporaryMergedSwiftLintConfigFilename"
0 commit comments