Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gvkhna committed May 29, 2024
1 parent e4925b9 commit 60c286b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/warpdive/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const BINARY_DISTRIBUTION_PACKAGES = {
const binaryName = process.platform === 'win32' ? 'warpdive.exe' : 'warpdive'

function getBinaryPath() {
// Windows binaries end with .exe so we need to special case them.
const binaryName = process.platform === 'win32' ? 'my-binary.exe' : 'my-binary'

// Determine package name for this platform
const platformSpecificPackageName = BINARY_DISTRIBUTION_PACKAGES[`${process.platform}-${process.arch}`]

Expand Down

0 comments on commit 60c286b

Please sign in to comment.