Skip to content

Commit

Permalink
Fix bad find/replace
Browse files Browse the repository at this point in the history
  • Loading branch information
David Glick authored Dec 13, 2018
1 parent e76b652 commit 5ac54a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cumulusci/tasks/github/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


class CommitDir(object):
"""Commit all changes in local_dir to branch/self.repo_dir"""
"""Commit all changes in local_dir to branch/repo_dir"""

def __init__(self, repo, logger=None, author=None):
"""
Expand Down Expand Up @@ -44,7 +44,7 @@ def __call__(
"""
local_dir: path to local directory to commit
branch: target branch name
self.repo_dir: target path within repo - use '' for repo root
repo_dir: target path within repo - use '' for repo root
commit_message: message for git commit
dry_run: skip creating GitHub data if True
"""
Expand Down

0 comments on commit 5ac54a8

Please sign in to comment.