Skip to content

Commit

Permalink
CBQE-5213 remove extra arg in installation script in mac os
Browse files Browse the repository at this point in the history
Change-Id: I46e871d34b57f914290b964a6b6809e654899083
Reviewed-on: http://review.couchbase.org/119128
Tested-by: Thuan Nguyen <soccon@gmail.com>
Reviewed-by: Ritesh Agarwal <ritesh.agarwal@couchbase.com>
  • Loading branch information
saigon committed Dec 10, 2019
1 parent 16c1fbd commit 6d26c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_utils.py
Expand Up @@ -124,7 +124,7 @@ def pre_install_cb(self):
start_time = time.time()
while time.time() < start_time + timeout:
try:
ret = hdiutil_attach(self.shell, self.build.path, self.build.version)
ret = hdiutil_attach(self.shell, self.build.path)
if ret:
break
self.wait_for_completion(duration, event)
Expand Down

0 comments on commit 6d26c5e

Please sign in to comment.