Skip to content

Commit

Permalink
Use double quotes (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Jun 15, 2020
1 parent 46be6ed commit 99322b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/lib/Testable.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Testable {
--listen=$host, --ports=$port;
END .kill with $!server-proc;
%*ENV<TESTABLE_PORT> = $port;
%*ENV<TESTABLE_GISTS> = /tmp/whateverable/tist/$nick;
%*ENV<TESTABLE_GISTS> = /tmp/whateverable/tist/$bot;
my $started = $!server-proc.start;
sleep 1;
if $started.status ~~ Broken {
Expand Down

0 comments on commit 99322b0

Please sign in to comment.