Merge branch 'master' of git.clinicalfuture.com:arvados into 1692-redesign-dashboard
[arvados.git] / apps / admin / setup-new-user.rb
index 17c19a45da109174b1c145490ac0ffd4ca44e69d..f3758e05997a12f04047b049e8bda4b3930433b4 100755 (executable)
@@ -26,7 +26,7 @@ end
 user_arg, user_repo_name, vm_uuid = ARGV
 
 require 'arvados'
-arv = Arvados.new
+arv = Arvados.new(api_version: 'v1')
 
 # Look up the given user by uuid or, failing that, email address.
 user = begin