Skip to content

Commit 76ecafb

Browse files
committed
removed additional slash
1 parent e34ad12 commit 76ecafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/cli.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
require '../src/jblond/cli/Cli.php';
3-
require '../src//jblond/cli/CliColors.php';
3+
require '../src/jblond/cli/CliColors.php';
44
$cli = new \jblond\cli\Cli();
55
$colors = new \jblond\cli\CliColors();
66
$string = $colors->getColoredString('This is a test','red','black');

0 commit comments

Comments
 (0)