Skip to content

Commit

Permalink
fix: ipfs on PATH on windows with spaces in binary path (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Apr 28, 2020
1 parent e18e1e7 commit f8e5ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipfs-on-path/scripts/bin-win/ipfs.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if exist "%USERPROFILE%\.ipfs-desktop\IPFS_PATH" (
)

SET /P IPFS_EXEC=<"%USERPROFILE%\.ipfs-desktop\IPFS_EXEC"
%IPFS_EXEC% %*
"%IPFS_EXEC%" %*

0 comments on commit f8e5ff3

Please sign in to comment.