setenv: fix typo (#14477)

This commit is contained in:
Margen67 2021-04-14 12:34:52 -10:00 committed by GitHub
parent b24cdff0fb
commit 3a51145567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# This sets up more environment variables using existing the environment
# This sets up more environment variables using the existing environment
# It should be dot sourced into your environment
if [[ "$GITHUB_ACTIONS" != "true" ]]; then
export OPENRCT2_BUILD_SERVER=$(hostname)