Skip to content

Commit

Permalink
fix username and password should follow u:p@
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimassaguerpla committed Feb 17, 2012
1 parent 4750326 commit 471b567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div id="content">
<h1>Gem in a Box</h1>
<p>
<pre><code>gem sources -a <%= url.to_s.gsub('://','://username@password:') %></code></pre>
<pre><code>gem sources -a <%= url.to_s.gsub('://','://username:password@') %></code></pre>
<pre><code>gem install geminabox-opensuse<br />gem inabox [gemfile]</code></pre>
</p>
<%= yield %>
Expand Down

0 comments on commit 471b567

Please sign in to comment.