Skip to content

Commit

Permalink
fixing cask file package install path
Browse files Browse the repository at this point in the history
Signed-off-by: Dayton Pidhirney <[email protected]>
  • Loading branch information
watbulb committed Apr 10, 2019
1 parent 0d176e5 commit bbccbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansiterm2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# note: this doesn't even need root, which makes it even more secure :)
installer script: {
executable: '/usr/sbin/installer',
args: ['-pkg', 'ansiterm2.pkg', '-target', 'CurrentUserHomeDirectory']
args: ['-pkg', "#{staged_path}/ansiterm2.pkg", '-target', 'CurrentUserHomeDirectory']
}

# remove pacakge by product-ids
Expand Down

0 comments on commit bbccbf5

Please sign in to comment.