Commit c1fb04b1 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Fix syntax error

parent b7cbe965
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ RUN echo "${SSH_KEY}" > .ssh/id_rsa && chmod 600 .ssh/id_rsa
COPY . .

# verify no issues exist in the spec file
rpmlint nsd-app-wrap.spec
RUN rpmlint nsd-app-wrap.spec

# build the RPM
RUN ./rpmbuild.sh