From 4a7c336f9331daa3a11dac03ff3d4447e26647c6 Mon Sep 17 00:00:00 2001 From: Eric Lawrence Date: Wed, 30 Sep 2020 15:16:03 -0500 Subject: [PATCH] Swap HTTP for HTTPS --- services/services/command-line-flags/CommandLineFlags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/services/command-line-flags/CommandLineFlags.php b/services/services/command-line-flags/CommandLineFlags.php index 1839759..da96cc6 100644 --- a/services/services/command-line-flags/CommandLineFlags.php +++ b/services/services/command-line-flags/CommandLineFlags.php @@ -53,7 +53,7 @@ public static function QueryState(TaskEnvironment $env) { array( 'name' => 'Indexed command-line switches', 'date' => $last_update, - 'value' => '' . $switches . ' switches, ' . $files . ' files', + 'value' => '' . $switches . ' switches, ' . $files . ' files', ) ) );