Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
smithjw committed Nov 23, 2021
1 parent eb46d0d commit 3aed676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GitHub/GitHub_Desktop.jamf.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Input:
POLICY_NAME: 'Install Latest %NAME% (%ARCHITECTURE%)'
POLICY_RUN_COMMAND: 'chown -R "$(stat -f%Su /dev/console):staff" "/Applications/%NAME%.app" && echo "Corrected permissions for %NAME%."'
SELF_SERVICE_DISPLAY_NAME: '%POLICY_NAME%'
SELF_SERVICE_DESCRIPTION: 'Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, GitHub Desktop simplifies your development workflow.'
SELF_SERVICE_DESCRIPTION: "Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, GitHub Desktop simplifies your development workflow."
SELF_SERVICE_ICON: '%SOFTWARE_TITLE%.png'
SOFTWARE_TITLE: 'GitHub_Desktop'
INSTALL_BUTTON_TEXT: 'Install'
Expand Down Expand Up @@ -43,4 +43,4 @@ Process:
Arguments:
policy_template: '%POLICY_TEMPLATE%'
policy_name: '%POLICY_NAME%'
icon: '%SELF_SERVICE_ICON%'
icon: '%SELF_SERVICE_ICON%'

0 comments on commit 3aed676

Please sign in to comment.