diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-01-18 19:25:37 +0100 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-05 17:27:26 +0100 |
| commit | 57185172c502812aa59b3fd28360377477a1a65e (patch) | |
| tree | 565d5d13b7e4324273c92eeb9795b1872252a404 /sample.post-install | |
| parent | 5adf47c168aff63878872383e5fd2c0e7757818d (diff) | |
| download | abuild-57185172c502812aa59b3fd28360377477a1a65e.tar.bz2 abuild-57185172c502812aa59b3fd28360377477a1a65e.tar.xz | |
fix typo in sample for pre and post install
Diffstat (limited to 'sample.post-install')
| -rw-r--r-- | sample.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample.post-install b/sample.post-install index 0586fcd..512fd3e 100644 --- a/sample.post-install +++ b/sample.post-install @@ -1,4 +1,4 @@ #!/bin/sh -# add something which happends after install +# add something which happens after install |
