Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 1236931

Browse files
committed
Install.sh fix macOS Typo
1 parent c153f0e commit 1236931

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
@@ -36,7 +36,7 @@ if [ ! -f ./record.php ]; then
3636
installpath="$HOME/.tasktimeterminateSrc";
3737

3838
elif [ $(uname) = "Darwin" ]; then
39-
installpath="$HOME/Applications/TaskTimeTerminate/";
39+
installpath="$HOME/Applications/TaskTimeTerminate";
4040
else
4141
echo "Only Linux and macOS supported!"
4242
exit;

0 commit comments

Comments
 (0)