Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Oct 2, 2023
1 parent 8eb6b36 commit e7ac827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions general/token/accesstokencreate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package generic
package token

import (
"encoding/json"
Expand Down Expand Up @@ -103,7 +103,7 @@ func (atc *AccessTokenCreateCommand) ServerDetails() (*config.ServerDetails, err
}

func (atc *AccessTokenCreateCommand) CommandName() string {
return "access_token_create"
return "jf_access_token_create"
}

func (atc *AccessTokenCreateCommand) Run() error {
Expand Down

0 comments on commit e7ac827

Please sign in to comment.