File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33/**
44 * Application
55 *
6- * @since 1.8.2
6+ * @since 1.9.0
77 * @author Nick Tsai <myintaer@gmail.com>
88 */
99class App
1010{
11- const VERSION = '1.8.2 ' ;
11+ const VERSION = '1.9.0 ' ;
1212
1313 function __construct ()
1414 {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments