Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed May 26, 2021
1 parent cfea89d commit 50f88f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In order to use `drg` to manage resources in drogue cloud you first need to auth

drg login https://drogue-cloud-registry-endpoint

Then follow the steps to authenticate. drg will ask you to name this new context and generate a config file to save your configuration.
Then follow the steps to authenticate. drg will generate a config file to save your configuration.

You can also use a refresh token to authenticate, suitable when the browser can't be accessed:

Expand Down
2 changes: 1 addition & 1 deletion rust-drg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global crate drg

Name: rust-%{crate}
Version: 0.5.0
Version: 0.5.1
Release: 1.20210406114535497168.main.19.ga7278ba%{?dist}
Summary: Command line tool to interact with a drogue-cloud instance

Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ fn main() -> Result<()> {
}
let context = config.get_context(&context_arg)?;

// todo : deprecated
if command == Other_commands::token.as_ref() {
openid::print_token(&context);
exit(0);
Expand Down

0 comments on commit 50f88f6

Please sign in to comment.