Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Fix typo on post deploy hook
Browse files Browse the repository at this point in the history
env does not live in /usr/local
  • Loading branch information
robyoung committed Apr 4, 2013
1 parent 2224d19 commit e4c4704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/post_deploy
@@ -1,5 +1,5 @@
#!/usr/local/env bash
#!/usr/bin/env bash

BACKDROP_APP=$(echo $GOVUK_APP_NAME | cut -d . -f 1)

cp Procfile-$BACKDROP_APP Procfile
cp Procfile-$BACKDROP_APP Procfile

0 comments on commit e4c4704

Please sign in to comment.