Skip to content

Commit c6b5689

Browse files
committed
fixed column spacing
1 parent 4d856fa commit c6b5689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • solution_template/vm-linux-terraform/scripts

solution_template/vm-linux-terraform/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ echo "export ARM_MSI_ENDPOINT=\"https://localhost:50342\"" >> $PROFILEFILE
117117

118118
# Add contributor permissions to the MSI for entire subscription
119119
touch $TFENVFILE
120-
echo "az login" >> $TFENVFILE
120+
echo "az login" >> $TFENVFILE
121121
echo "az role assignment create --assignee \"$MSI_PRINCIPAL_ID\" --role 'b24988ac-6180-42a0-ab88-20f7382dd24c' --scope /subscriptions/\"$SUBSCRIPTION_ID\"" >> $TFENVFILE
122122
chmod 755 $TFENVFILE
123123
chown $USERNAME:$USERNAME $TFENVFILE

0 commit comments

Comments
 (0)