Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontleon committed Apr 20, 2018
1 parent 62c7c77 commit 45fddcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apb-base-scripts.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/ansible
mkdir -p %{buildroot}%{_sysconfdir}/apb-secrets
mkdir -p %{buildroot}/opt/apb/.kube
install -o 1001 -g root -m 644 files/opt/apb/ansible.cfg %{buildroot}%/opt/apb
install -o 1001 -g root -m 644 files/opt/apb/hosts %{buildroot}%/opt/apb
install -o 1001 -g root -m 644 files/opt/apb/ansible.cfg %{buildroot}/opt/apb
install -o 1001 -g root -m 644 files/opt/apb/hosts %{buildroot}/opt/apb
install -o 1001 -g root -m 775 files/opt/apb/.kube/config %{buildroot}/opt/apb/.kube/config
install -m 755 files/usr/bin/test-retrieval-init %{buildroot}%{_bindir}
install -m 755 files/usr/bin/test-retrieval %{buildroot}%{_bindir}
Expand Down

0 comments on commit 45fddcb

Please sign in to comment.