Skip to content

Commit

Permalink
Actually fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Nov 1, 2017
1 parent 3dcffdf commit ab6e31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

"$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/.." || exit 1
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/.." || exit 1

echo "deploy"

Expand Down

0 comments on commit ab6e31d

Please sign in to comment.