Skip to content

Commit cdd0409

Browse files
committed
duh
1 parent 77aaa81 commit cdd0409

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sync-teams-to-gh.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
parser.add_argument(
3232
"-m", "--markdown", action="store_true", help="Print output in Markdown format"
3333
)
34-
parser.add_argument(
35-
"-p", "--path", action="store_true", help="path to the teams.yaml file"
36-
)
34+
parser.add_argument("-p", "--path", help="path to the teams.yaml file")
3735
parser.add_argument("-o", "--org", type=str, required=True)
3836

3937
args = parser.parse_args()

0 commit comments

Comments
 (0)