[Pkg-owncloud-commits] [php-sabre-vobject] 63/128: Cli tweaks.
David Prévot
taffit at moszumanska.debian.org
Tue May 20 23:11:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 15e4d837973da88a5a9dc4623d0ce3ad9a3585ea
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Fri Feb 28 17:51:54 2014 -0500
Cli tweaks.
---
bin/vobject | 2 +-
lib/Sabre/VObject/Cli.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/vobject b/bin/vobject
index 4320281..e52b4fb 100755
--- a/bin/vobject
+++ b/bin/vobject
@@ -18,7 +18,7 @@ foreach($paths as $path) {
}
if (!class_exists('Sabre\\VObject\\Version')) {
- fwrite(STDERR, "Composer autoloader could not be properly loaded.\n");
+ fwrite(STDERR, "Composer autoloader could not be loaded.\n");
die(1);
}
diff --git a/lib/Sabre/VObject/Cli.php b/lib/Sabre/VObject/Cli.php
index 4eb1094..f40bcbd 100644
--- a/lib/Sabre/VObject/Cli.php
+++ b/lib/Sabre/VObject/Cli.php
@@ -121,7 +121,7 @@ class Cli {
if (isset($options['q'])) {
$this->quiet = true;
}
- $this->log($this->colorize('green', "sabre-vobject ") . $this->colorize('yellow', Version::VERSION));
+ $this->log($this->colorize('green', "sabre/vobject ") . $this->colorize('yellow', Version::VERSION));
foreach($options as $name=>$value) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list