diff options
author | Greg Sabino Mullane | 2009-08-03 18:33:53 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-08-03 18:33:53 +0000 |
commit | 4e7350e157f3f5d0e9f483a0cedc026b4aa0aff5 (patch) | |
tree | 63c6438046eddc4eab3b1df626727111a8e3ade7 | |
parent | 2dc6c078f655584ea8eb0c69429fe78695707c34 (diff) |
Fix path.
-rw-r--r-- | README.dev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.dev b/README.dev index 6aa1a6e45..78614ba73 100644 --- a/README.dev +++ b/README.dev @@ -28,7 +28,7 @@ Login to the bucardo.org box, and then: * make distclean; perl Makefile.PL; make disttest; make dist * prove -v t/00_release.t * cd ~/htdocs/check_postgres -* cp -i ~/tmp/check_postgres/check_postgres* . +* cp -i ~/code/check_postgres/check_postgres* . * edit latest_version.txt * edit index.html |