Skip to content

Commit

Permalink
Update index.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Nov 12, 2024
1 parent 4cd8e0f commit 7aba9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/src/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function main() {
outStream.on("close", resolve);
});
} catch (error) {
console.error("Error downloading or extracting the asset:", error);
console.error("Error downloading or extracting Infisical CLI:", error);
process.exit(1);
}
}
Expand Down

0 comments on commit 7aba9c1

Please sign in to comment.