Change order of commands.

This commit is contained in:
Jeff Lance 2020-08-09 16:38:39 +02:00
parent de41652a0f
commit 6e0a0beef1

View File

@ -3,13 +3,12 @@
create: true create: true
relink: true relink: true
- clean: [
'~',
'~/.config'
]
- shell: - shell:
- [ - [
git submodule update --init --recursive, "Installing submodules." git submodule update --init --recursive, "Installing submodules."
] ]
- clean: [
'~',
'~/.config'
]