Skip to content

Commit

Permalink
text updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shams-ahmed committed Oct 25, 2015
1 parent e3bd8eb commit 16a51eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/SAStickyHeaderExample.xcodeproj/project.pbxproj
Expand Up @@ -253,7 +253,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ -x /usr/local/bin/swiftlint ]; then\n/usr/local/bin/swiftlint\nelse\necho \"Swift Lint does not exist! https://github.com/realm/SwiftLint\"\nfi";
shellScript = "if [ -x /usr/local/bin/swiftlint ]; then\n/usr/local/bin/swiftlint\nelse\necho \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 16a51eb

Please sign in to comment.