From fdc4035d33a6ab89abbde5e8bc089fee461e5749 Mon Sep 17 00:00:00 2001 From: Sam Tholiya Date: Sun, 19 Jan 2025 16:53:11 +0100 Subject: [PATCH] fix snapshots --- tests/snapshots/TestCLICommands_atmos_--help.stdout.golden | 2 +- ...estCLICommands_check_atmos_--help_in_empty-dir.stdout.golden | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/snapshots/TestCLICommands_atmos_--help.stdout.golden b/tests/snapshots/TestCLICommands_atmos_--help.stdout.golden index 49c614a05..af98afaad 100644 --- a/tests/snapshots/TestCLICommands_atmos_--help.stdout.golden +++ b/tests/snapshots/TestCLICommands_atmos_--help.stdout.golden @@ -56,7 +56,7 @@ The '--' (double-dash) can be used to signify the end of Atmos-specific options and the beginning of additional native arguments and flags for the specific command being run. Example: - atmos atmos [subcommand] -s -- + atmos [subcommand] -s -- Use "atmos [subcommand] --help" for more information about a command. diff --git a/tests/snapshots/TestCLICommands_check_atmos_--help_in_empty-dir.stdout.golden b/tests/snapshots/TestCLICommands_check_atmos_--help_in_empty-dir.stdout.golden index 49c614a05..af98afaad 100644 --- a/tests/snapshots/TestCLICommands_check_atmos_--help_in_empty-dir.stdout.golden +++ b/tests/snapshots/TestCLICommands_check_atmos_--help_in_empty-dir.stdout.golden @@ -56,7 +56,7 @@ The '--' (double-dash) can be used to signify the end of Atmos-specific options and the beginning of additional native arguments and flags for the specific command being run. Example: - atmos atmos [subcommand] -s -- + atmos [subcommand] -s -- Use "atmos [subcommand] --help" for more information about a command.