Skip to content
Snippets Groups Projects
Commit 220d9765 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Typo, didn't get picked up by ci lint

parent aadb8aff
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ variables: ...@@ -157,7 +157,7 @@ variables:
echo "Host fsldownload" >> $HOME/.ssh/config; echo "Host fsldownload" >> $HOME/.ssh/config;
echo " HostName ${FSL_HOST##*@}" >> $HOME/.ssh/config; echo " HostName ${FSL_HOST##*@}" >> $HOME/.ssh/config;
echo " User ${FSL_HOST%@*}" >> $HOME/.ssh/config; echo " User ${FSL_HOST%@*}" >> $HOME/.ssh/config;
echo " IdentityFile ~/.ssh/id_fsl_download >> $HOME/.ssh/config; echo " IdentityFile ~/.ssh/id_fsl_download" >> $HOME/.ssh/config;
echo "Host *" >> $HOME/.ssh/config; echo "Host *" >> $HOME/.ssh/config;
echo " IdentitiesOnly yes" >> $HOME/.ssh/config; echo " IdentitiesOnly yes" >> $HOME/.ssh/config;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment