Renamed the .stow-no-folding package file

This commit is contained in:
Danielle McLean 2016-10-07 23:19:02 +11:00
parent b5585fa6b4
commit 8010ad7359
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -49,9 +49,9 @@ link() {
echo "Linking $packages into $HOME now..." >&2
fi
for nofold in $DOTFILES/${^packages}/.stow-no-fold(N); process-stow-no-fold $nofold
for nofold in $DOTFILES/${^packages}/.stow-no-folding(N); process-stow-no-folding $nofold
$STOW -d $DOTFILES -t ~ --ignore '^\.stow-no-fold' $packages
$STOW -d $DOTFILES -t ~ $packages
}
process-stow-no-fold() {