diff --git a/app.yml b/app.yml index 36cfb88..434e8b4 100644 --- a/app.yml +++ b/app.yml @@ -11,4 +11,4 @@ config: packages: - git runcmd: - - cd /home/install && git clone https://github.com/obfuscurity/synthesize.git && cd synthesize && bash install + - cd /home/install && git clone https://github.com/obfuscurity/synthesize.git && cd synthesize && git checkout feature/graphite-master && bash install