Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make the hub command loop more beautiful #419

Merged
merged 1 commit into from
Nov 16, 2017

Conversation

bastelfreak
Copy link
Member

No description provided.

@@ -41,7 +41,12 @@ bundle exec msync update --message "modulesync $(git describe)"
Now you can use [hub](https://github.com/github/hub) to create pull requests.

```bash
version=$(git describe); for module in modules/* ; do ( cd $modules && hub pull-request -m "modulesync ${version}" ) ; done
Copy link
Member

Choose a reason for hiding this comment

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

The issue was cd $modules instead of $module

@bastelfreak bastelfreak merged commit c29b24f into voxpupuli:master Nov 16, 2017
@bastelfreak bastelfreak deleted the docs123 branch November 16, 2017 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants