ソースを参照

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.")

読み込み中…
キャンセル
保存