Explorar el Código

Update ppctl.py

guizhong hace 6 años
padre
commit
f3419892ad
Se han modificado 1 ficheros con 1 adiciones y 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")