Skip to content

Commit

Permalink
Assume Sites dir in VirtualHosts snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed Nov 14, 2010
1 parent e11d5f7 commit 4a9ca28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snippets/VirtualHost.tmSnippet
Expand Up @@ -4,8 +4,8 @@
<dict>
<key>content</key>
<string>&lt;VirtualHost *:80&gt;
DocumentRoot "/Users/`id -un`/${1:Sites}/${2:example}"
ServerName $2.dev
DocumentRoot "/Users/`id -un`/Sites/${1:example}"
ServerName $1.dev
&lt;/VirtualHost&gt;</string>
<key>name</key>
<string>VirtualHost</string>
Expand Down

0 comments on commit 4a9ca28

Please sign in to comment.