File tree Expand file tree Collapse file tree
dev/pyRevitLabs/pyRevitCLI Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -780,15 +780,15 @@ private static void ProcessArguments() {
780780 else if ( all ( "file" ) ) {
781781 var destPath = TryGetValue ( "<dest_path>" ) ;
782782 if ( destPath is null )
783- Console . WriteLine ( string . Format ( "Telemetry File Path: {0}" , PyRevitConfigs . GetAppTelemetryFlags ( ) ) ) ;
783+ Console . WriteLine ( string . Format ( "Telemetry File Path: {0}" , PyRevitConfigs . GetTelemetryFilePath ( ) ) ) ;
784784 else
785785 PyRevitConfigs . EnableTelemetry ( telemetryFileDir : destPath ) ;
786786 }
787787
788788 else if ( all ( "server" ) ) {
789789 var serverUrl = TryGetValue ( "<dest_path>" ) ;
790790 if ( serverUrl is null )
791- Console . WriteLine ( string . Format ( "Telemetry Server Url: {0}" , PyRevitConfigs . GetAppTelemetryFlags ( ) ) ) ;
791+ Console . WriteLine ( string . Format ( "Telemetry Server Url: {0}" , PyRevitConfigs . GetTelemetryServerUrl ( ) ) ) ;
792792 else
793793 PyRevitConfigs . EnableTelemetry ( telemetryServerUrl : serverUrl ) ;
794794
You can’t perform that action at this time.
0 commit comments