mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
♻️ Rename func
This commit is contained in:
parent
b5b05cef49
commit
5a1a632912
2 changed files with 2 additions and 2 deletions
|
|
@ -577,7 +577,7 @@ func formatRepoErrorMsg(err error) string {
|
|||
return msg
|
||||
}
|
||||
|
||||
func getIgnoreLines() (ret []string) {
|
||||
func getSyncIgnoreLines() (ret []string) {
|
||||
ignore := filepath.Join(util.DataDir, ".siyuan", "syncignore")
|
||||
err := os.MkdirAll(filepath.Dir(ignore), 0755)
|
||||
if nil != err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue