Skip to content

Commit

Permalink
fix(grunt): cannot enter passphrase for GPG signing script
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed May 4, 2016
1 parent fe22f8e commit 5a6ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ module.exports = (grunt) ->

# Auto commit untracked files sync'ed from sync_local
amsf__deploy__sparanoid__auto_commit:
command: "sh <%= config.deploy.s3_website.dest %>/auto-commit '<%= config.pkg.name %>'"
command: "bash <%= config.deploy.s3_website.dest %>/auto-commit '<%= config.pkg.name %>'"

amsf__core__update_deps:
command: [
Expand Down

0 comments on commit 5a6ee76

Please sign in to comment.