Skip to content

Commit 0b200b0

Browse files
committed
Disable verbose 🤦‍♂️
1 parent 7692e85 commit 0b200b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

classes/Support/H.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
class H
1111
{
12-
const VERBOSE = true;
12+
const VERBOSE = false;
1313

1414
public static function cmd(string $cmd, string $folder = '')
1515
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "genxbe/k3x-cli-tools",
33
"description": "A bunch of usefull tools to use with the Kirby CLI",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"keywords": [
66
"genxbe",
77
"k3x-cli-tools",

0 commit comments

Comments
 (0)