spelling: available
This commit is contained in:
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…
Reference in New Issue