소스 검색

Bugfix from previous commit.

tags/v0.3
Ben Kurtovic 9 년 전
부모
커밋
3e238f1ad3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      gitup/config.py

+ 1
- 1
gitup/config.py 파일 보기

@@ -123,7 +123,7 @@ def list_bookmarks():
bookmarks = get_bookmarks()
if bookmarks:
print(YELLOW + "Current bookmarks:")
for bookmark_path, _ in bookmarks:
for bookmark_path in bookmarks:
print(INDENT1, bookmark_path)
else:
print("You have no bookmarks to display.")

불러오는 중...
취소
저장