Skip to content

Commit

Permalink
Kill dead code
Browse files Browse the repository at this point in the history
This should have been part of the synced commit, ff9cd15, but I think
something about our non-linear history caused a problem.
  • Loading branch information
jcharum committed Apr 14, 2023
1 parent e6f606f commit cccd95c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/grail-access/internal/remote/bless.go
Expand Up @@ -192,10 +192,6 @@ url='{{.url}}'
# sha256 is the expected SHA-256 hash of the grail-access binary.
sha256='{{.sha256}}'
blessRemotesDataHome="${HOME}/.local/share"
if [ ! -z ${XDG_DATA_HOME+x} ]; then
blessRemotesDataHome="${XDG_DATA_HOME}"
fi
# path is the path at which will we ultimately place the grail-access binary.
path="{{.path}}"
dir="$(dirname "${path}")"
Expand Down

0 comments on commit cccd95c

Please sign in to comment.