Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanighetti committed Nov 14, 2023
1 parent 309c9fb commit 85d85bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/Set Default Browser and Email Client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ lsregisterPath="/System/Library/Frameworks/CoreServices.framework/Versions/A/Fra
# Exits if any required Jamf Pro arguments are undefined.
check_jamf_pro_arguments () {

if [ -z "$browserBundleID" ] || [ -z "$emailBundleID" ]; then
echo "❌ ERROR: Undefined Jamf Pro argument, unable to proceed."
exit 74
fi
if [ -z "$browserBundleID" ] || [ -z "$emailBundleID" ]; then
echo "❌ ERROR: Undefined Jamf Pro argument, unable to proceed."
exit 74
fi

}

Expand Down

0 comments on commit 85d85bb

Please sign in to comment.