File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -eo pipefail
3
3
4
4
# =========================================================
5
5
# Taskfile gives you a set of quick tasks for your project
6
- # More info: https://bit.ly /taskfile-base
6
+ # More info: https://go.futureportal.com /taskfile
7
7
# =========================================================
8
8
9
9
# =========================================================
@@ -55,7 +55,7 @@ function task:shorthand { ## Create CLI shorthand task instead of ./Taskfile
55
55
echo " /usr/local/bin/task already exists."
56
56
else
57
57
echo -e " You are about to create /usr/local/bin/task that requires root permission..."
58
- sudo curl --location --silent --output /usr/local/bin/task https://bit.ly /task-shorthand
58
+ sudo curl --location --silent --output /usr/local/bin/task https://go.futureportal.com /task-bin
59
59
sudo chmod +x /usr/local/bin/task
60
60
fi
61
61
echo -e " ${BLUE} You can now use:${RESET} task ${YELLOW} <task>${RESET} <args>"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -eo pipefail
10
10
11
11
# =========================================================
12
12
# Taskfile gives you a set of quick tasks for your project
13
- # More info: https://bit.ly /taskfile-base
13
+ # More info: https://go.futureportal.com /taskfile
14
14
# =========================================================
15
15
16
16
# TODO:
@@ -54,7 +54,7 @@ function task:shorthand { ## Create CLI shorthand task instead of ./Taskfile
54
54
echo " /usr/local/bin/task already exists."
55
55
else
56
56
echo -e " You are about to create /usr/local/bin/task that requires root permission..."
57
- sudo curl --location --silent --output /usr/local/bin/task https://bit.ly/taskfile -bin
57
+ sudo curl --location --silent --output /usr/local/bin/task https://go.futureportal.com/task -bin
58
58
sudo chmod +x /usr/local/bin/task
59
59
fi
60
60
echo -e " ${BLUE} You can now use:${RESET} task ${YELLOW} <task>${RESET} <args>"
You can’t perform that action at this time.
0 commit comments