mirror of
https://github.com/nix-community/linuxkit-nix.git
synced 2024-11-22 20:54:13 +03:00
Strip the last / off the DIR to avoid ugly double slashes
This commit is contained in:
parent
594beedb26
commit
c206ceef34
@ -20,7 +20,7 @@ sudo() {
|
||||
/usr/bin/sudo "$@"
|
||||
}
|
||||
|
||||
DIR="${XDG_CACHE_HOME:-${HOME}/.cache}/nix-linuxkit-builder/"
|
||||
DIR="${XDG_CACHE_HOME:-${HOME}/.cache}/nix-linuxkit-builder"
|
||||
|
||||
FEATURES="kvm,big-parallel"
|
||||
SIZE="80"
|
||||
|
Loading…
Reference in New Issue
Block a user