spelling: available

pull/6013/head
Josh Soref 8 years ago
parent 7895051962
commit c312493c38

@ -1,5 +1,5 @@
#!/bin/sh
#if the related deb pkg not found, please replace with it other avaiable repository url
#if the related deb pkg not found, please replace with it other available repository url
HOSTNAME=`ifconfig eth1|grep 'inet addr'|cut -d ":" -f2|cut -d " " -f1`
if [ not $HOSTNAME ] ; then
HOSTNAME=`ifconfig eth0|grep 'inet addr'|cut -d ":" -f2|cut -d " " -f1`

@ -246,7 +246,7 @@ func providerForName(name string) Provider {
}
}
// OutputPathTemplate is the structure that is availalable within the
// OutputPathTemplate is the structure that is available within the
// OutputPath variables.
type outputPathTemplate struct {
ArtifactId string

Loading…
Cancel
Save