Skip to content

Commit b96cf86

Browse files
committed
Typo on install file
1 parent 4ec4ebf commit b96cf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extract_dir=$(mktemp -d /tmp/notes.XXXXX)
2727
echo "Downloading and Extracting Notes from Repository..."
2828
curl -L https://api.github.com/repos/pimterry/notes/tarball | tar -xzp -C $extract_dir --strip-components=1
2929
echo "Installing notes..."
30-
cd $extract_dir && make USER_DIR=$user_home
30+
cd $extract_dir && make USERDIR=$user_home
3131
echo "Cleaning Up..."
3232
rm -rf $extract_dir
3333
echo "All done."

0 commit comments

Comments
 (0)