Skip to content

Commit

Permalink
Bugfix: now branch is actually cloned for use in vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
jrg committed Jun 26, 2017
1 parent d2e9891 commit dd7c273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart-vagrant-environment/run-vagrant.sh
Expand Up @@ -50,7 +50,7 @@ else
# Insert code into Vagrantfile-include that retrieves a local copy
# of the requested branch
# git clone -b <branch> --depth 1 <remote_repo>
echo 'pwd; mkdir gitting; cd gitting; git clone -b "$bargument" --depth 1 https://github.com/netarchivesuite/netarchivesuite.git' >'Vagrantfile-include'
echo "pwd; mkdir gitting; cd gitting; git clone -b $bargument --depth 1 https://github.com/netarchivesuite/netarchivesuite.git" >'Vagrantfile-include'

# Build the newly cloned NAS using maven
#echo ''>'Vagrantfile-include'
Expand Down

0 comments on commit dd7c273

Please sign in to comment.