Skip to content

Commit

Permalink
Typo on install file
Browse files Browse the repository at this point in the history
  • Loading branch information
primis committed Jan 4, 2017
1 parent 4ec4ebf commit b96cf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extract_dir=$(mktemp -d /tmp/notes.XXXXX)
echo "Downloading and Extracting Notes from Repository..."
curl -L https://api.github.com/repos/pimterry/notes/tarball | tar -xzp -C $extract_dir --strip-components=1
echo "Installing notes..."
cd $extract_dir && make USER_DIR=$user_home
cd $extract_dir && make USERDIR=$user_home
echo "Cleaning Up..."
rm -rf $extract_dir
echo "All done."

0 comments on commit b96cf86

Please sign in to comment.