|
@@ -76,7 +76,9 @@ func (repo *Repository) LocalWikiPath() string {
|
|
|
|
|
|
|
|
|
func (repo *Repository) UpdateLocalWiki() error {
|
|
|
- return UpdateLocalCopyBranch(repo.WikiPath(), repo.LocalWikiPath(), "master")
|
|
|
+
|
|
|
+
|
|
|
+ return UpdateLocalCopyBranch(repo.WikiPath(), repo.LocalWikiPath(), "")
|
|
|
}
|
|
|
|
|
|
func discardLocalWikiChanges(localPath string) error {
|