Skip to content

Commit 26793e0

Browse files
committed
Update install.php
Fixes wrong name string for Ion Auth.
1 parent 4c96d3b commit 26793e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct() {
5757
'site' => 'github',
5858
'user' => 'benedmunds',
5959
'repos' => 'CodeIgniter-Ion-Auth',
60-
'name' => 'Codeigniter Matches CLI',
60+
'name' => 'Codeigniter Ion Auth',
6161
'dir' => array(
6262
'config', 'controllers', 'language', 'libraries',
6363
'migrations', 'models', 'sql', 'views'

0 commit comments

Comments
 (0)