Skip to content

Commit 7dd7ad8

Browse files
author
Arjun Guha
committed
updated build and doc
1 parent 6ac5ef2 commit 7dd7ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
if [ `hostname` = "wanderlust.local" ]; then
4-
open /Users/arjun/local/share/doc/CouchDB-0.8.0/html/index.html
4+
open /Users/arjun/local/share/doc/CouchDB-0.8.0.4/html/index.html
55
elif [ `hostname` = "peabody" ]; then
6-
firefox /pro/plt/ghc/latest/share/doc/CouchDB-0.8.0.1/html/index.html &
6+
firefox /pro/plt/ghc/latest/share/doc/CouchDB-0.8.0.4/html/index.html &
77
else
88
echo "ERROR: Don't know how to build on " `hostname`
99
fi

0 commit comments

Comments
 (0)