Explorar o código

Update ppctl.py

guizhong %!s(int64=6) %!d(string=hai) anos
pai
achega
f3419892ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ppctl.py

+ 1 - 1
ppctl.py

@@ -55,7 +55,7 @@ def deployGenerate(filename,url):
 def deployYamlCreate():
     tmpctl = '''
     config=`env|grep JNLP`
-    template=`cat ./deploy-tmp.yaml`
+    template=`cat ./deployment.yaml`
     printf "$config\ncat << EOF\n$template\nEOF" | bash > ./deploy.yaml
     '''
     f1 = open("tempshell.sh","w")