We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c0e06 commit 9d16c7cCopy full SHA for 9d16c7c
xbin/Reportable.p6
@@ -110,7 +110,7 @@ sub snapshot($msg?) {
110
.reply: ‘OK! Working on it. This will take forever, so don't hold your breath.’ with $msg;
111
112
my $env = %*ENV.clone;
113
- $env<PATH> = join ‘:’, $*EXECUTABLE.parent, %ENV<PATH>;
+ $env<PATH> = join ‘:’, $*EXECUTABLE.parent, $env<PATH>;
114
mkdir “$temp-folder/GH”;
115
run :$env, ‘maintenance/pull-gh’, “$temp-folder/GH”; # TODO authenticate on github to get rid of unlikely rate limiting
116
mkdir “$temp-folder/RT”;
0 commit comments