Skip to content

Commit

Permalink
Update vagrant/install.sh
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 and github-actions[bot] authored Dec 12, 2024
1 parent e88d85c commit a1f8ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git clone https://github.com/nextcloud/vm.git
# We need a check here due to Shellcheck
if [ -d vm ]
then
cd vm
cd vm || exit
else
echo "Sorry, but the 'cd' dir doesn't exist, please report this issue to https://github.com/nextcloud/vm/"
exit
Expand Down

0 comments on commit a1f8ca4

Please sign in to comment.