mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-18 22:27:51 +00:00
Fix typos in megamount (#89)
This commit is contained in:
parent
9f3aa6ead9
commit
eac5ad8022
@ -14,6 +14,7 @@ Released: TBA.
|
||||
[Diff](https://github.com/kvz/bash3boilerplate/compare/v2.3.0...master).
|
||||
|
||||
- [ ] Upgrade to `lanyon@0.0.55`
|
||||
- [x] Fix typos in megamount (thanks @gsaponaro)
|
||||
|
||||
## v2.3.0
|
||||
|
||||
|
@ -162,6 +162,7 @@ We are looking for endorsements! Are you also using b3bp? [Let us know](https://
|
||||
- [@skanga](https://github.com/skanga) (feedback)
|
||||
- [galaktos](https://www.reddit.com/user/galaktos) (feedback)
|
||||
- [@moviuro](https://github.com/moviuro) (feedback)
|
||||
- [Giovanni Saponaro](https://github.com/gsaponaro) (feedback)
|
||||
|
||||
## License
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
# This file:
|
||||
#
|
||||
# - Takes a URL (smb, nfs, afs) and tries to mount it at a given target directory
|
||||
# - Forceully unmounts any active mount at the target directory first
|
||||
# - Displays the mounts contents for verification
|
||||
# - Forcefully unmounts any active mount at the target directory first
|
||||
# - Displays the mount's contents for verification
|
||||
#
|
||||
# Depends on:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user