Fix indentation

This commit is contained in:
Danny Mösch
2024-05-16 21:55:32 +02:00
parent 21bdaf0784
commit 219f47cfaa
+2 -2
View File
@@ -7,9 +7,9 @@ readonly artifactbundle="SwiftLintBinary-macos.artifactbundle.zip"
readonly checksum="$(shasum -a 256 "$artifactbundle" | cut -d " " -f1 | xargs)"
sed -i '' \
"s/.*\/releases\/download\/.*/ url: \"https:\/\/github.com\/realm\/SwiftLint\/releases\/download\/$version\/SwiftLintBinary-macos\.artifactbundle\.zip\",/g" \
"s/.*\/releases\/download\/.*/ url: \"https:\/\/github.com\/realm\/SwiftLint\/releases\/download\/$version\/SwiftLintBinary-macos\.artifactbundle\.zip\",/g" \
Package.swift
sed -i '' \
"s/.*checksum.*/ checksum: \"$checksum\"/g" \
"s/.*checksum.*/ checksum: \"$checksum\"/g" \
Package.swift