mirror of
https://github.com/Facepunch/sbox-public.git
synced 2025-12-23 22:48:07 -05:00
Everything seems to be in order.. remove dry-run
This commit is contained in:
@@ -201,7 +201,7 @@ internal class Program
|
||||
var option = new Option<bool>(
|
||||
"--dry-run",
|
||||
description: "Whether to perform a dry run",
|
||||
getDefaultValue: () => true );
|
||||
getDefaultValue: () => false );
|
||||
|
||||
syncCommand.AddOption( option );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user