Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
fix typo issue
Browse files Browse the repository at this point in the history
Change-Id: I02d7a12e039620eebb836d863599e7dc3ad9d184
Signed-off-by: michael zhang <zhangcheng@rbcon.com>
Reviewed-on: http://reviews.cloudfoundry.org/13379
Tested-by: CI Master <cf-ci@rbcon.com>
Reviewed-by: Pin Xie <pxie@vmware.com>
  • Loading branch information
michael zhang committed Jan 16, 2013
1 parent f1b5418 commit 2758d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/harness/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def create(service_manifest, check_available = true)
@log.error("can't match the unique service using manifest: #{service_manifest}," +
" matched services:#{service_list}")
raise RuntimeError, "can't match the unique service using manifest: #{service_manifest}," +
" matched services:#{service_list}")
" matched services:#{service_list}"
end
@log.debug("Prepare to create service: #{@instance.name}")
begin
Expand Down

0 comments on commit 2758d24

Please sign in to comment.