We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2606ac commit 4df5ca6Copy full SHA for 4df5ca6
1 file changed
src/dock-cli.sh
@@ -28,7 +28,7 @@ plistFile="com.apple.dock.plist"
28
plistDir="Library/Preferences"
29
plistDirManaged="Library/Managed Preferences"
30
webappPattern="(com.apple.Safari.WebApp|com.google.Chrome.app|com.microsoft.edgemac.app)"
31
-defaultPlist="System/Library/User Template/English.lproj/${plistDir}/${plistfile}"
+defaultPlist="System/Library/User Template/English.lproj/${plistDir}/${plistFile}"
32
binPlb=/usr/libexec/PlistBuddy
33
34
# Internal Pointers
0 commit comments