diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-06 08:35:49 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-06 08:36:30 -0500 |
commit | e8b933332c69ae811511cf2b7cf9593aa29ad315 (patch) | |
tree | 381c4e0de8d56d8a659e3014870e491d380fe414 /ci/odl/fetch-charms.sh | |
parent | 6b278d545d9e7f61affa29edfde1d34c6a7eb24b (diff) |
typo error fixed it now with ODL.
Change-Id: I3303be90d4896c3b3757bc771abde0d008922f02
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/odl/fetch-charms.sh')
-rwxr-xr-x | ci/odl/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/odl/fetch-charms.sh b/ci/odl/fetch-charms.sh index 035a965d..a1b73043 100755 --- a/ci/odl/fetch-charms.sh +++ b/ci/odl/fetch-charms.sh @@ -1,6 +1,6 @@ #!/bin/sh -ex -distro=$distro +distro=trusty mkdir -p $distro # openstack |