Skip to content

Commit

Permalink
Fix minor discrepancies in Package.swift
Browse files Browse the repository at this point in the history
Reviewed By: joesus

Differential Revision: D32073310

fbshipit-source-id: 00797b0ee5c282b076d0c484e8ddf771d3a71d0f
  • Loading branch information
jawwad authored and facebook-github-bot committed Nov 1, 2021
1 parent daa5d67 commit 896bd0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ enum BinarySource {
case local, remote

static var current: Self {
if getenv("USE_LOCAL_FB_BINARIES") != nil {
if getenv("USE_LOCAL_FB_BINARIES") != nil {
return .local
} else {
return .remote
}
} else {
return .remote
}
}
}

Expand Down

0 comments on commit 896bd0d

Please sign in to comment.