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() { async function netrcPath() {
const expectedNetrcPath = external_node_path_namespaceObject.join( 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" "determinate-nix-installer-netrc"
); );
try { try {
@ -95429,7 +95429,7 @@ async function netrcPath() {
return expectedNetrcPath; return expectedNetrcPath;
} catch { } catch {
const destinedNetrcPath = external_node_path_namespaceObject.join( 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" "magic-nix-cache-netrc"
); );
try { try {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long