Skip to content

Commit

Permalink
fix run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed May 14, 2018
1 parent 4184c6c commit 23a3c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

dotnet run --no-launch-profile --no-build -c Release -p "BTCPayServer/BTCPayServer.csproj" -- "$@"
dotnet run --no-launch-profile --no-build -c Release -p "BTCPayServer/BTCPayServer.csproj" -- $@

0 comments on commit 23a3c14

Please sign in to comment.