Skip to content

Commit 850ec47

Browse files
committed
Run the setup_rustup.sh from the global set instead of depending on there being a copy locally
1 parent 796c24e commit 850ec47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/roles/dev-desktop/files/scripts/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ git fetch upstream
1111
git checkout upstream/master
1212
popd
1313

14-
./setup_rustup.sh
14+
setup_rustup.sh

ansible/roles/dev-desktop/files/scripts/new_worktree.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ git checkout upstream/master
1313
ln -s ../config.toml
1414
popd
1515

16-
./setup_rustup.sh
16+
setup_rustup.sh

0 commit comments

Comments
 (0)