Remove unneeded trailing slash

This commit is contained in:
Webber 2020-02-01 20:33:53 +01:00 committed by Webber Takken
parent b781b891ec
commit ae7f659e9f
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
# Set project path
#
UNITY_PROJECT_PATH="$GITHUB_WORKSPACE/$PROJECT_PATH/"
UNITY_PROJECT_PATH="$GITHUB_WORKSPACE/$PROJECT_PATH"
echo "Using project path \"$UNITY_PROJECT_PATH\"."
#