Skip to content

Commit

Permalink
Update ns3_installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed Oct 17, 2023
1 parent 3967e5e commit 57a4b8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ download_federate() {

clone_ns3_federate(){
log "Cloning NS3 federate from $ns3_federate_url..."
git clone $ns3_federate_url
git clone -b "c_v2x_integration_test" $ns3_federate_url

mv ns3-federate federate
}
Expand Down

0 comments on commit 57a4b8f

Please sign in to comment.