Skip to content

Commit

Permalink
Update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh authored Jul 1, 2020
1 parent cd3f41c commit 0220c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function display_instructions {
function display_launchpad_instructions {
echo ""
echo "You need to deploy the launchpad from the rover by running:"
echo " rover /tf/caf/landinzones/launchpad apply -launchpad"
echo " rover /tf/caf/landingzones/launchpad apply -launchpad"
echo ""
}

Expand Down Expand Up @@ -917,4 +917,4 @@ function get_storage_id {
if [ ${id} == null ]; then
id=$(az storage account list --query "[?tags.tfstate=='${TF_VAR_level}' && tags.environment=='${TF_VAR_environment}'].{id:id}" -o json | jq -r .[0].id)
fi
}
}

0 comments on commit 0220c24

Please sign in to comment.