Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Added missing quote in Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudikza committed Oct 10, 2013
1 parent 935699b commit 1c989d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/android-os.coffee
Expand Up @@ -3,7 +3,7 @@
#
# Dependencies:
# "phantom": "0.5.2"
# "cheerio: "0.12.1"
# "cheerio": "0.12.1"
#
# Configuration:
# None
Expand Down Expand Up @@ -58,4 +58,4 @@ module.exports = (robot) ->
.join '\n'

msg.send "#{res}"
ph.exit()
ph.exit()

0 comments on commit 1c989d0

Please sign in to comment.