Regenerate dist

This commit is contained in:
Luc Perkins 2024-06-05 10:00:39 -07:00
parent 9407981200
commit e1c93f8b3d
No known key found for this signature in database
GPG Key ID: 16DB1108FB591835
2 changed files with 3 additions and 3 deletions

4
dist/index.js generated vendored
View File

@ -95421,7 +95421,7 @@ function tailLog(daemonDir) {
}
async function netrcPath() {
const expectedNetrcPath = external_node_path_namespaceObject.join(
process.env["RUNNER_TEMP"] || external_node_os_.tmpdir(),
process.env["RUNNER_TEMP"] ?? external_node_os_.tmpdir(),
"determinate-nix-installer-netrc"
);
try {
@ -95429,7 +95429,7 @@ async function netrcPath() {
return expectedNetrcPath;
} catch {
const destinedNetrcPath = external_node_path_namespaceObject.join(
process.env["RUNNER_TEMP"] || external_node_os_.tmpdir(),
process.env["RUNNER_TEMP"] ?? external_node_os_.tmpdir(),
"magic-nix-cache-netrc"
);
try {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long