Skip to content

Commit c53a281

Browse files
committed
Release version 1.9.0
1 parent 6938bc2 commit c53a281

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/**
44
* Application
55
*
6-
* @since 1.8.2
6+
* @since 1.9.0
77
* @author Nick Tsai <myintaer@gmail.com>
88
*/
99
class App
1010
{
11-
const VERSION = '1.8.2';
11+
const VERSION = '1.9.0';
1212

1313
function __construct()
1414
{

src/Deployer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Application for deploying projects with management, supporting git and excluding files.
66
*
7-
* @since 1.8.2
7+
* @since 1.9.0
88
* @author Nick Tsai <myintaer@gmail.com>
99
*/
1010

@@ -48,7 +48,7 @@ public function run()
4848
* @todo Switch user
4949
*/
5050
if ($config['user']['local'] && $config['user']['local']!=$this->_getUser()) {
51-
$this->_print("Access denied (Allowed user: {$config['user']['local']})");
51+
$this->_print("Access denied, please switch to local user: `{$config['user']['local']}` from config");
5252
exit;
5353
}
5454

0 commit comments

Comments
 (0)