Skip to content

Commit

Permalink
remove netmaker from ending block of links if it's not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Mar 28, 2024
1 parent f5c5d8d commit 4b065c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/assets/images/screenshots/help_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smol_k8s_lab"
version = "3.6.3"
version = "3.6.4"
description = "CLI and TUI to quickly install slimmer Kubernetes distros and then manage apps declaratively using Argo CD"
authors = ["Jesse Hitch <[email protected]>",
"Max Roby <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion smol_k8s_lab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def main(config: str = "",
f"[blue][link]https://{home_assistant_hostname}[/][/]\n")

netmaker_hostname = SECRETS.get('netmaker_admin_hostname', "")
if home_assistant_hostname:
if netmaker_hostname:
final_msg += ("\n🛜 Netmaker, for managing your own VPN:\n"
f"[blue][link]https://{netmaker_hostname}[/][/]\n")

Expand Down

0 comments on commit 4b065c6

Please sign in to comment.