Skip to content

Commit

Permalink
fix: access token missing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Maith8Ae committed Mar 4, 2021
1 parent e228377 commit 7d8968a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (t *Launcher) parseConfig() error {
return err
}
if !exists {
// no config file presented
t.config = &Config{}
return nil
}

Expand Down

0 comments on commit 7d8968a

Please sign in to comment.