Fix typo
This commit is contained in:
parent
ed5c30e0bf
commit
d79cf8a052
@ -77,7 +77,7 @@ add_repositories_to_nailgun() {
|
||||
# $2 - distro name in fuel-package-updates format
|
||||
# $3 - directory name of local repository
|
||||
echo " * INFO: Attempting to add created repositories to Nailgun..."
|
||||
local release_id=`env http_proxy="" fuel --user=admin --password="$FUEL_ADMIN_PASS" release 2>/dev/null| awk -F"|" '{print $1" "$4" "$5}' | grep "$1" | grep "$FUEL_RELEASE" | awk '{print $1}'`
|
||||
local release_id=`env http_proxy="" fuel --user=admin --password="$FUEL_ADMIN_PASS" release 2>/dev/null| awk -F"|" '{print $1" "$4" "$5}' | grep "$1" | grep "$FULL_RELEASE" | awk '{print $1}'`
|
||||
local clearupstream=" --clear-upstream-repos "
|
||||
local makedefault=" --make-default "
|
||||
local apply=" --apply "
|
||||
|
Loading…
x
Reference in New Issue
Block a user