mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Fix update script so it will work when run in a path with spaces
This commit is contained in:
parent
9627229e6d
commit
8b47b81a87
1 changed files with 1 additions and 1 deletions
2
update
2
update
|
@ -11,7 +11,7 @@
|
|||
# #
|
||||
##############################################################
|
||||
|
||||
cd $(dirname "$0")
|
||||
cd "$(dirname $0)"
|
||||
|
||||
### BEGIN: VARIABLES ###
|
||||
# user variables (these can be edited)
|
||||
|
|
Loading…
Reference in a new issue