Skip to content

Commit

Permalink
Fix instruction for local development branch (#1305)
Browse files Browse the repository at this point in the history
## Summary
Just a simple one-word doc change

## Additional background
I tried to follow instructions in `CONTRIBUTING.md` and found that the `git pull` command as documented before this change resulted in an error message.

## Checklist

The proposed changes:
- [x] fix a bug in AMReX documentation


Co-authored-by: Klaus Weide <>
  • Loading branch information
kweide authored Aug 25, 2020
1 parent a34e8e4 commit 51c4a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Now you are free to play with your fork (for additional information, you can vis
> on your fork with
> ```
> git checkout development
> git pull development
> git pull
> ```
Make sure you are on the `development` branch with
Expand Down

0 comments on commit 51c4a99

Please sign in to comment.