Skip to content

Commit 2e217b5

Browse files
committed
Spelling
1 parent 7934b9b commit 2e217b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci-Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN git clone https://github.com/migtools/oadp-cli.git /tmp/oadp-cli && \
1717
cp kubectl-oadp /usr/local/bin/ && \
1818
chmod +x /usr/local/bin/kubectl-oadp; \
1919
# Run oadp-cli client comand to set namespace
20-
kubectl oadp client config set namepace=openshift-adp && \
20+
kubectl oadp client config set namespace=openshift-adp && \
2121
rm -rf /tmp/oadp-cli
2222

2323
RUN go mod download && \

0 commit comments

Comments
 (0)