aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-08 10:32:35 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2023-10-08 10:32:35 -0600
commit1be2d73a74eb599d389b94d203ca4a44a9ceff9f (patch)
treeaa33a21bb345582b0b8f8becbe82d28c415c9450
parent10db862ee3b13730b7aa403d6d3fe271764256c3 (diff)
trying to add CD
-rwxr-xr-xscripts/install_dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh
index a28af11..ea78008 100755
--- a/scripts/install_dependencies.sh
+++ b/scripts/install_dependencies.sh
@@ -4,5 +4,5 @@ then
curl -sSL https://install.python-poetry.org | python3 -
fi
export PATH="/root/.local/bin:$PATH"
-cd /home/ec2-user
+cd /home/ec2-user/dep-dir
/root/.local/bin/poetry install