Skip to content

Commit

Permalink
better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
wdiesveld committed May 7, 2020
1 parent 573e8e1 commit 973e1ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tqc.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function readConfig() : array
return $config;
}
}
throw new \Exception('No config-file found in current folder');
throw new \Exception('No config file found in current folder - Please create a config file tinyqueries.yaml');
}

function standardizeConfig(array &$config)
Expand Down
Binary file modified bin/tqc.phar
Binary file not shown.

0 comments on commit 973e1ed

Please sign in to comment.