18794: Recommend "arvados-server check" after upgrade/config change.
[arvados.git] / doc / install / install-api-server.html.textile.liquid
index 7d0353c9e71283617e0bb6c5e53c1de89204663b..6c3eabba4f063e942f7dffba99bfa296dc258a58 100644 (file)
@@ -211,8 +211,7 @@ Confirm working Rails API server:
 
 Confirm that you can use the system root token to act as the system root user:
 
-<notextile><pre><code>
-$ curl -H "Authorization: Bearer $system_root_token" https://<span class="userinput">ClusterID.example.com</span>/arvados/v1/users/current
+<notextile><pre><code>$ curl -H "Authorization: Bearer $system_root_token" https://<span class="userinput">ClusterID.example.com</span>/arvados/v1/users/current
 </code></pre></notextile>
 
 h3. Troubleshooting