File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ def generate_appwrapper(
806
806
if openshift_oauth :
807
807
enable_openshift_oauth (user_yaml , cluster_name , namespace )
808
808
809
- directory_path = os .path .expanduser ("~/.codeflare/appwrapper /" )
809
+ directory_path = os .path .expanduser ("~/.codeflare/resources /" )
810
810
outfile = os .path .join (directory_path , appwrapper_name + ".yaml" )
811
811
812
812
if write_to_file :
Original file line number Diff line number Diff line change 24
24
from codeflare_sdk .cluster import cluster
25
25
26
26
parent = Path (__file__ ).resolve ().parents [1 ]
27
- aw_dir = os .path .expanduser ("~/.codeflare/appwrapper /" )
27
+ aw_dir = os .path .expanduser ("~/.codeflare/resources /" )
28
28
sys .path .append (str (parent ) + "/src" )
29
29
30
30
from kubernetes import client , config , dynamic
You can’t perform that action at this time.
0 commit comments