Skip to content

Commit 9d16c7c

Browse files
committed
Use the right variable name (oops)
1 parent 51c0e06 commit 9d16c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbin/Reportable.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ sub snapshot($msg?) {
110110
.reply: OK! Working on it. This will take forever, so don't hold your breath. with $msg;
111111

112112
my $env = %*ENV.clone;
113-
$env<PATH> = join :, $*EXECUTABLE.parent, %ENV<PATH>;
113+
$env<PATH> = join :, $*EXECUTABLE.parent, $env<PATH>;
114114
mkdir $temp-folder/GH;
115115
run :$env, maintenance/pull-gh, $temp-folder/GH; # TODO authenticate on github to get rid of unlikely rate limiting
116116
mkdir $temp-folder/RT;

0 commit comments

Comments
 (0)