Skip to content

Commit

Permalink
With forward slashes we celebrate the majesty of our Lord and Savior …
Browse files Browse the repository at this point in the history
…the mighty Windows
  • Loading branch information
fsoikin committed Sep 21, 2024
1 parent 9cd73b0 commit 873fbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spago/Command/Publish.purs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ inferLocationAndWriteToConfig selectedPackage = do
let
subdir
| Config.isRootPackage selectedPackage = Nothing
| otherwise = Just selectedPackage.path
| otherwise = Just $ withForwardSlashes selectedPackage.path
configPath
| Config.isRootPackage selectedPackage = "spago.yaml"
| otherwise = Path.concat [ selectedPackage.path, "spago.yaml" ]
Expand Down

0 comments on commit 873fbfe

Please sign in to comment.