Skip to content

Commit 7f1ddc3

Browse files
committed
build: move source root into src dir
1 parent 949637f commit 7f1ddc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/create_standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def create_completions(entry_point: str, dest: str) -> None:
383383
}
384384
elif sys.platform == "win32":
385385
supported_shells = {
386-
"powershell": {"file_name": f"{entry_point}.complete.psm1"}
386+
"powershell": {"file_name": f"{entry_point.title()}ArgumentCompleter.psm1"}
387387
}
388388
else:
389389
supported_shells = {}

0 commit comments

Comments
 (0)