[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. e3a4b1b8af488e9af6ab3fdf47206e86c77ceea4

jesse jesse at bestpractical.com
Wed Jan 28 01:20:59 EST 2009


The branch, master has been updated
       via  e3a4b1b8af488e9af6ab3fdf47206e86c77ceea4 (commit)
      from  a0a2e5d1d5c9922af0822e7ebffcfd13eb93adc6 (commit)

Summary of changes:
 lib/App/SD/CLI/Command/Shell.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit e3a4b1b8af488e9af6ab3fdf47206e86c77ceea4
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Jan 28 01:20:44 2009 -0500

    Added a space to the pormpt for sd

diff --git a/lib/App/SD/CLI/Command/Shell.pm b/lib/App/SD/CLI/Command/Shell.pm
index 1bdc080..86ad986 100644
--- a/lib/App/SD/CLI/Command/Shell.pm
+++ b/lib/App/SD/CLI/Command/Shell.pm
@@ -31,7 +31,7 @@ sub preamble {
 sub prompt {
     my $self = shift;
 
-    return $self->project_name.">";
+    return $self->project_name."> ";
 }
 
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list