Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Sep 23, 2024
1 parent c5e411b commit fc3c3ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions features/scripts/import_package.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/usr/bin/env bash

# Import Bugsnag Unity package using the notifier script logic

FIXTURE_PATH="features/fixtures/mazerunner"

if [ -z "$UNITY_PERFORMANCE_VERSION" ]; then
echo "UNITY_PERFORMANCE_VERSION must be set"
exit 1
Expand All @@ -26,6 +22,7 @@ else
UNITY_PATH="/Applications/Unity/Hub/Editor/$UNITY_PERFORMANCE_VERSION/Unity.app/Contents/MacOS/Unity"
fi

FIXTURE_PATH="features/fixtures/mazerunner"
DEFAULT_CLI_ARGS="-batchmode -nographics -quit"
BUGSNAG_RELEASE_URL="https://github.com/bugsnag/bugsnag-unity/releases/latest/download/Bugsnag.unitypackage"
PACKAGE_NAME="Bugsnag.unitypackage"
Expand Down

0 comments on commit fc3c3ad

Please sign in to comment.