Skip to content

Commit

Permalink
Fix client worrkspace foldere clone (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: Rekhaa <[email protected]>
  • Loading branch information
rekhaabaidipati and rbaidipati authored Oct 15, 2024
1 parent 4f9852f commit faf8b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/post-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -z "$VISIBLE_FOLDER_VERSION" ]; then
CLIENT_DIR="${WORKSPACE_DIR}/${VISIBLE_FOLDER_PROJECT}/client/${VISIBLE_FOLDER_CLIENT}"
else
SERVER_DIR="${WORKSPACE_DIR}/${VISIBLE_FOLDER_PROJECT}/${VISIBLE_FOLDER_VERSION}/server"
CLIENT_DIR="${WORKSPACE_DIR}/${VISIBLE_FOLDER_PROJECT}/${VISIBLE_FOLDER_VERSION}/client/${VISIBLE_FOLDER_CLIENT}/client"
CLIENT_DIR="${WORKSPACE_DIR}/${VISIBLE_FOLDER_PROJECT}/${VISIBLE_FOLDER_VERSION}/client/${VISIBLE_FOLDER_CLIENT}"
fi

# Backend setup functions
Expand Down

0 comments on commit faf8b4d

Please sign in to comment.