Skip to content

Commit

Permalink
Merge pull request #6 from scitesy/master
Browse files Browse the repository at this point in the history
improve the unable to find message
  • Loading branch information
akshayaurora committed Dec 12, 2014
2 parents 396a719 + 4944388 commit adbe84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/garden
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class GardenTool(object):
print('Downloading {} ...'.format(url))
r = requests.get(url)#, prefetch=False)
if r.status_code != 200:
print('Unable to found the garden package. (error={})'.format(
print('Unable to find the garden package. (error={})'.format(
r.status_code))
sys.exit(1)

Expand Down

0 comments on commit adbe84c

Please sign in to comment.