Skip to content

Commit

Permalink
Accidentally commented "build" out when running ./run --emulator. Who…
Browse files Browse the repository at this point in the history
…ops D:
  • Loading branch information
filmaj committed Jun 21, 2013
1 parent e01678d commit 24a0e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/templates/cordova/run
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ elif [[ "$#" -eq 1 ]] ; then
$DIR/build
$DIR/lib/install-device
elif [[ $1 == "--emulator" ]] ; then
#$DIR/build
$DIR/build
run_on_emulator
elif [[ $1 =~ "--target=" ]]; then
$DIR/build
Expand Down

0 comments on commit 24a0e89

Please sign in to comment.