Skip to content

Commit

Permalink
Merge pull request #44 from jobtalk/fix-pnzr
Browse files Browse the repository at this point in the history
環境変数修正
  • Loading branch information
shirase_aoi authored May 17, 2017
2 parents 3071686 + 4e70329 commit cfe5df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcmd/vault_edit/vault_edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (c *VaultEdit) Synopsis() string {
}

func getEditor() string {
if e := os.Getenv("pnzr_EDITOR"); e != "" {
if e := os.Getenv("PNZR_EDITOR"); e != "" {
return e
}

Expand Down

0 comments on commit cfe5df6

Please sign in to comment.