diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-01 22:04:58 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-01 22:04:58 +0000 |
commit | ea04caec95cea132143997a1870ae8dd1fc0db5c (patch) | |
tree | f199e3f4187091a7a7c78f7fd6901529658174f7 /script/load-sample-data | |
parent | 59b5b15d56600ffc26d657dfea134ffcfc879725 (diff) | |
parent | a76010c99459559a29901ed75b847384248c7c6e (diff) |
Merge branch 'release/0.5' into develop
Diffstat (limited to 'script/load-sample-data')
-rwxr-xr-x | script/load-sample-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/load-sample-data b/script/load-sample-data index 92846ce17..e5f1be4cd 100755 --- a/script/load-sample-data +++ b/script/load-sample-data @@ -16,4 +16,4 @@ ENV["RAILS_ENV"] = env # so restore to what it was before load_raw_emails_data END -echo "Loaded fixtures." +echo "Loaded fixtures. You may now wish to run $LOC/update-xapian-index" |