Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Nov 30, 2024
1 parent aee9125 commit fa37515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biliupinit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'--system', type=str, default=r'x86_64-linux-musl.tar.xz',
)
parser.add_argument(
'--sudocp', default=False, action='store_false'
'--sudocp', default=False, action='store_true'
)
args = parser.parse_args()

Expand Down

0 comments on commit fa37515

Please sign in to comment.