chiark / gitweb /
Fix typo
[stgit] / stgit / commands / add.py
index fc9c5a73a29673f06b683a85134531ad6d9520ea..ceea188def059d2e85646a33f8b718e71961fdea 100644 (file)
@@ -31,6 +31,7 @@ Add the files or directories passed as arguments to the
 repository. When a directory name is given, all the files and
 subdirectories are recursively added."""
 
+directory = DirectoryHasRepository(needs_current_series = False)
 options = []