Skip to content

Commit 4df5ca6

Browse files
committed
Typo fix
1 parent d2606ac commit 4df5ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dock-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plistFile="com.apple.dock.plist"
2828
plistDir="Library/Preferences"
2929
plistDirManaged="Library/Managed Preferences"
3030
webappPattern="(com.apple.Safari.WebApp|com.google.Chrome.app|com.microsoft.edgemac.app)"
31-
defaultPlist="System/Library/User Template/English.lproj/${plistDir}/${plistfile}"
31+
defaultPlist="System/Library/User Template/English.lproj/${plistDir}/${plistFile}"
3232
binPlb=/usr/libexec/PlistBuddy
3333

3434
# Internal Pointers

0 commit comments

Comments
 (0)