Skip to content

Commit

Permalink
Merge pull request #682 from mhyllander/updatekeys-abspath
Browse files Browse the repository at this point in the history
updatekeys: Make file path absolute
  • Loading branch information
ajvb committed Jun 17, 2020
2 parents 94b5021 + 63b22a2 commit f3c5d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sops/subcommand/updatekeys/updatekeys.go
Expand Up @@ -34,6 +34,7 @@ func UpdateKeys(opts Opts) error {
if info.IsDir() {
return fmt.Errorf("can't operate on a directory")
}
opts.InputPath = path
return updateFile(opts)
}

Expand Down

0 comments on commit f3c5d80

Please sign in to comment.