We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e616b9 commit 80ea73eCopy full SHA for 80ea73e
1 file changed
libvcs/cmd/git.py
@@ -1157,7 +1157,7 @@ def reset(
1157
if refresh is True:
1158
local_flags.append("--refresh")
1159
if pathspec_from_file is not None:
1160
- local_flags.append(f"--pathspec_from_file {pathspec_from_file}")
+ local_flags.append(f"--pathspec_from_file={pathspec_from_file}")
1161
1162
# HEAD to commit form
1163
if soft is True:
0 commit comments