Fix if then statement layout in Scaffolder.

Fixes the Travis build error:

```
Scaffolding/Scaffolder.hs:99:34:
    Unexpected semi-colons in conditional:
        if isBare; then LT.replace "cd PROJECTNAME && " ""; else LT.replace
                                                                   "PROJECTNAME" (LT.pack project)
    Perhaps you meant to use -XDoAndIfThenElse?
```
This commit is contained in:
Christopher Reichert 2014-12-14 14:44:24 -06:00
parent e7a5b48898
commit fbc6c9fc13