Remove . from lib path

This commit is contained in:
Pragmatic Software 2020-09-29 12:35:06 -07:00
parent bbc3eeca9a
commit cfa37ce1d3
1 changed files with 1 additions and 1 deletions

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