Move data files into subdirectory

This commit is contained in:
2022-11-15 11:34:13 -07:00
parent 7a5834a021
commit 5a69bf471b
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def command(ctx, include, exclude, cluster, command, services):
if verbose:
print(f"Using cluster name: {cluster}")
with open("pod-list.txt") as pod_list_file:
with open("data/pod-list.txt") as pod_list_file:
pods = pod_list_file.read().splitlines()
if verbose: