Skip to content

Commit

Permalink
Update windows.md
Browse files Browse the repository at this point in the history
Sometimes I need an interpriter for my English.
  • Loading branch information
djdv authored Feb 13, 2018
1 parent ac52a05 commit 3cd2990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ cd cmd\ipfs
```
The syntax for the next command is different depending on how it's executed. If you're on the interactive command line vs executing from inside the batch/cmd interpriter.
interactive: `FOR /F %V IN ('git rev-parse --short HEAD') do set SHA=%V`
interpriter: `FOR /F %%V IN ('git rev-parse --short HEAD') do set SHA=%%V`
interpreter: `FOR /F %%V IN ('git rev-parse --short HEAD') do set SHA=%%V`

```
go install -ldflags="-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=%SHA%"
Expand Down

1 comment on commit 3cd2990

@GitCop
Copy link

@GitCop GitCop commented on 3cd2990 Feb 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

Please sign in to comment.