Separate do end into multiple lines
This commit is contained in:
parent
917c138eeb
commit
c636be07f9
@ -7,7 +7,9 @@ cask 'with-postflight-multi' do
|
||||
|
||||
pkg 'MyFancyPkg/Fancy.pkg'
|
||||
|
||||
postflight do end
|
||||
postflight do
|
||||
end
|
||||
|
||||
postflight do end
|
||||
postflight do
|
||||
end
|
||||
end
|
||||
|
||||
@ -7,5 +7,6 @@ cask 'with-postflight' do
|
||||
|
||||
pkg 'MyFancyPkg/Fancy.pkg'
|
||||
|
||||
postflight do end
|
||||
postflight do
|
||||
end
|
||||
end
|
||||
|
||||
@ -7,7 +7,9 @@ cask 'with-preflight-multi' do
|
||||
|
||||
pkg 'MyFancyPkg/Fancy.pkg'
|
||||
|
||||
preflight do end
|
||||
preflight do
|
||||
end
|
||||
|
||||
preflight do end
|
||||
preflight do
|
||||
end
|
||||
end
|
||||
|
||||
@ -7,5 +7,6 @@ cask 'with-preflight' do
|
||||
|
||||
pkg 'MyFancyPkg/Fancy.pkg'
|
||||
|
||||
preflight do end
|
||||
preflight do
|
||||
end
|
||||
end
|
||||
|
||||
@ -7,7 +7,9 @@ cask 'with-uninstall-postflight-multi' do
|
||||
|
||||
pkg 'MyFancyPkg/Fancy.pkg'
|
||||
|
||||
uninstall_postflight do end
|
||||
uninstall_postflight do
|
||||
end
|
||||
|
||||
uninstall_postflight do end
|
||||
uninstall_postflight do
|
||||
end
|
||||
end
|
||||
|
||||
@ -7,5 +7,6 @@ cask 'with-uninstall-postflight' do
|
||||
|
||||
pkg 'MyFancyPkg/Fancy.pkg'
|
||||
|
||||
uninstall_postflight do end
|
||||
uninstall_postflight do
|
||||
end
|
||||
end
|
||||
|
||||
@ -7,7 +7,9 @@ cask 'with-uninstall-preflight-multi' do
|
||||
|
||||
pkg 'MyFancyPkg/Fancy.pkg'
|
||||
|
||||
uninstall_preflight do end
|
||||
uninstall_preflight do
|
||||
end
|
||||
|
||||
uninstall_preflight do end
|
||||
uninstall_preflight do
|
||||
end
|
||||
end
|
||||
|
||||
@ -7,5 +7,6 @@ cask 'with-uninstall-preflight' do
|
||||
|
||||
pkg 'MyFancyPkg/Fancy.pkg'
|
||||
|
||||
uninstall_preflight do end
|
||||
uninstall_preflight do
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user