Skip to content

Commit ec91ff4

Browse files
authored
Update installToolkit.sh
1 parent e3fbfc7 commit ec91ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OCIWorkVMStack/scripts/installToolkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runcmd:
8888
sudo podman --version >> $logfile 2>&1 || true
8989

9090
echo "***Download Toolkit***" >> $logfile 2>&1
91-
sudo git clone https://github.com/oracle-devrel/cd3-automation-toolkit.git -b develop $toolkit_dir >> $logfile 2>&1
91+
sudo git clone https://github.com/oracle-devrel/cd3-automation-toolkit.git $toolkit_dir >> $logfile 2>&1
9292
cp -r $toolkit_dir/cd3_automation_toolkit /$mount_dir/oci_tools/
9393
cp -r $toolkit_dir/othertools /$mount_dir/oci_tools/
9494
sudo chown -R $username:$username /$mount_dir/oci_tools/

0 commit comments

Comments
 (0)