Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Aug 5, 2014
1 parent 5fc3186 commit 4b39d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ end
def compile_if_required env
if compile?
compile_assets ARGV[0]
git_commit nil, "compile assets"
end
git_commit nil, "compile assets"
end

def git_commit file=nil, message=nil
Expand Down

0 comments on commit 4b39d9b

Please sign in to comment.