Skip to content

Commit ad8a1ea

Browse files
committed
Pluralize scripts usage.
1 parent 5db0aec commit ad8a1ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ before_install:
1515
- git clone https://github.com/cask/cask $HOME/.cask
1616
- evm config path /tmp
1717
install:
18-
- ./script/install_tramp.sh
18+
- ./scripts/install_tramp.sh
1919
- if [ $EVM_EMACS = emacs-git-snapshot ];
2020
then
21-
./script/install_emacs_build_deps.sh;
21+
./scripts/install_emacs_build_deps.sh;
2222
fi
2323
- evm install $EVM_EMACS --use
2424
- cask install

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Vagrant.configure(2) do |config|
33

44
["install_tramp", "install_emacs_build_deps", "deploy"].each do |script|
55
config.vm.provision "shell" do |shell|
6-
shell.path = "script/#{script}.sh"
6+
shell.path = "scripts/#{script}.sh"
77
shell.privileged = false
88
shell.keep_color = true
99
end

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ cask --path /vagrant/ update
4949

5050
# Copy bashrc.
5151

52-
cp /vagrant/script/bashrc $HOME/.bashrc
52+
cp /vagrant/scripts/bashrc $HOME/.bashrc

0 commit comments

Comments
 (0)