Skip to content

Commit

Permalink
Fix spaces → tabs in property list
Browse files Browse the repository at this point in the history
#ignore
  • Loading branch information
sorbits committed Mar 19, 2015
1 parent 8e08e62 commit d9708af
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Commands/Update to Latest.plist
Expand Up @@ -26,20 +26,20 @@ fi</string>
<string>text</string>
<key>outputLocation</key>
<string>discard</string>
<key>requiredCommands</key>
<array>
<dict>
<key>command</key>
<string>svn</string>
<key>locations</key>
<array>
<string>/opt/local/bin/svn</string>
<string>/usr/local/bin/svn</string>
</array>
<key>variable</key>
<string>TM_SVN</string>
</dict>
</array>
<key>requiredCommands</key>
<array>
<dict>
<key>command</key>
<string>svn</string>
<key>locations</key>
<array>
<string>/opt/local/bin/svn</string>
<string>/usr/local/bin/svn</string>
</array>
<key>variable</key>
<string>TM_SVN</string>
</dict>
</array>
<key>scope</key>
<string>attr.scm.svn</string>
<key>semanticClass</key>
Expand Down

0 comments on commit d9708af

Please sign in to comment.