Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 0cca20b

Browse files
committed
use backticks for noisy failure
1 parent 79b8cf5 commit 0cca20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require 'pathname'
1010
namespace :react do
1111
task :update do
1212
FileUtils.rm_f('vendor/react/.bower.json')
13-
system('bower install react')
13+
`bower install react`
1414
assets_path = Pathname.new(File.dirname(__FILE__)).join('lib/assets/')
1515
copy_react_asset('JSXTransformer.js', assets_path.join('javascripts/JSXTransformer.js'))
1616
copy_react_asset('react.js', assets_path.join('react-source/development/react.js'))

0 commit comments

Comments
 (0)