typos
This commit is contained in:
committed by
GitHub
parent
350c8c7065
commit
e5adfdd981
@@ -17,7 +17,6 @@ msg_info "Installing Dependencies"
|
|||||||
$STD apt install -y \
|
$STD apt install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
python3 \
|
|
||||||
ripgrep
|
ripgrep
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
@@ -61,7 +60,7 @@ EOF
|
|||||||
msg_ok "Configured Paperclip"
|
msg_ok "Configured Paperclip"
|
||||||
|
|
||||||
msg_info "Running Database Migrations"
|
msg_info "Running Database Migrations"
|
||||||
set -a && source /opt/paperclip/.env && set +a
|
set -a && source /opt/paperclip-ai/.env && set +a
|
||||||
$STD pnpm db:migrate
|
$STD pnpm db:migrate
|
||||||
msg_ok "Ran Database Migrations"
|
msg_ok "Ran Database Migrations"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user