add -i to cider, icdiff growl-fork and terminal notifier.

This commit is contained in:
2014-12-18 09:31:22 -08:00
parent 090356f14e
commit 63f8f12b6c
3 changed files with 6 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ def cider(ctx):
ctx.run('brew install caskroom/cask/brew-cask')
if not util.command_exists('cider'):
ctx.run('sudo pip install cider')
ctx.run('cider restore')
ctx.run('cider restore -i')
@ctask