Code Review
/
fuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5199ba8
)
ci/deploy.sh: Remove extra '-s' in image dir path
77/41077/1
author
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Tue, 5 Sep 2017 16:39:18 +0000
(18:39 +0200)
committer
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Tue, 5 Sep 2017 16:40:10 +0000
(18:40 +0200)
Change-Id: Iabadd8565b7fcac6d3361200f30310391daf6648
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
ci/deploy.sh
patch
|
blob
|
history
diff --git
a/ci/deploy.sh
b/ci/deploy.sh
index
b9c5333
..
72dedfc
100755
(executable)
--- a/
ci/deploy.sh
+++ b/
ci/deploy.sh
@@
-224,7
+224,7
@@
do
;;
S)
if [[ ${OPTARG} ]]; then
- STORAGE_DIR="
-s
${OPTARG}"
+ STORAGE_DIR="${OPTARG}"
fi
;;
T)