瀏覽代碼

Bump install_swiftlint.sh version

Tom Baranes 8 年之前
父節點
當前提交
bf4cd553e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/install_swiftlint.sh

+ 1 - 1
scripts/install_swiftlint.sh

@@ -7,7 +7,7 @@
 set -e
 
 SWIFTLINT_PKG_PATH="/tmp/SwiftLint.pkg"
-SWIFTLINT_PKG_URL="https://github.com/realm/SwiftLint/releases/download/0.21.0/SwiftLint.pkg"
+SWIFTLINT_PKG_URL="https://github.com/realm/SwiftLint/releases/download/0.22.0/SwiftLint.pkg"
 
 wget --output-document=$SWIFTLINT_PKG_PATH $SWIFTLINT_PKG_URL