From ee5348e14eccf2344a3be906f3461839ba672c49 Mon Sep 17 00:00:00 2001 From: Matt Rudge Date: Tue, 28 May 2024 15:05:56 +0100 Subject: [PATCH] Reverse the alias for mongo --- .gitpod.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.dockerfile b/.gitpod.dockerfile index 100197b..44fcf87 100644 --- a/.gitpod.dockerfile +++ b/.gitpod.dockerfile @@ -50,7 +50,7 @@ RUN echo 'alias run="python3 $GITPOD_REPO_ROOT/manage.py runserver 0.0.0.0:8000" echo 'alias pip=pip3' >> ~/.bashrc && \ echo 'alias arctictern="python3 $GITPOD_REPO_ROOT/.vscode/arctictern.py"' >> ~/.bashrc && \ echo 'alias font_fix="python3 $GITPOD_REPO_ROOT/.vscode/font_fix.py"' >> ~/.bashrc && \ - echo 'alias mongosh=mongo' >> ~/.bashrc && \ + echo 'alias mongo=mongosh' >> ~/.bashrc && \ echo 'alias make_url="python3 $GITPOD_REPO_ROOT/.vscode/make_url.py "' >> ~/.bashrc # Local environment variables