Skip to content

Conversation

adamjacobmuller
Copy link

No description provided.

davidbanham and others added 3 commits February 2, 2017 23:04
This flag allows unknown repositories to be automatically created on push or pull
return "", err
}
// If AutoCreate is true, attempt to create and initialise the directory
err = os.MkdirAll(f, os.ModePerm)
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be more readable and clear to write 0777 here instead of os.ModePerm.

Copy link
Author

Choose a reason for hiding this comment

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

Apologies, this wasn't part of what I actually added but from another pull request (#28).

If this (35ca3c5 is what I wrote) is actually going to be merged, I can fix this but it seems like there are lots of open pull requests not being merged.

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