3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-16 17:09:33 +01:00

Remove . from lib path

This commit is contained in:
Pragmatic Software 2020-09-29 12:35:06 -07:00
parent bbc3eeca9a
commit cfa37ce1d3

2
pbot
View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
use FindBin qw($RealBin);
use lib "$RealBin/.";
use lib "$RealBin/";
# configuration is overridden via command-line arguments, do not modify
# see doc/QuickStart.md