Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/fleet/azext_fleet/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def print_or_merge_credentials(path, kubeconfig, overwrite_existing, context_nam
"""Merge an unencrypted kubeconfig into the file at the specified path, or print it to
stdout if the path is "-".
"""
print("test linter")

# Special case for printing to stdout
if path == "-":
print(kubeconfig)
Expand Down
Loading