Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Jan 19, 2024
1 parent 05f0733 commit d1e8ce2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fuel-core/lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ import {
// Extract
execSync(`tar xzf "${pkgPath}" -C "${rootDir}"`);

// Take the contents of the directory containing the extracted binaries and move them to the `fuel-core-binaries` directory
// Take the contents of the directory containing the extracted
// binaries and move them to the `fuel-core-binaries` directory
renameSync(`${fileName}`, binDir);

// Cleanup
Expand Down

0 comments on commit d1e8ce2

Please sign in to comment.