Commit db36e848 authored by Simon Cornet's avatar Simon Cornet
Browse files

style: fix missing quote

parent e66df061
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@ deployment:
  script:

    # execute a rollout restart using argocd
    - argocd app actions run start-simoncor-net restart \
    - "argocd app actions run start-simoncor-net restart \
      --kind Deployment \
      --resource-name start-simoncor-net \
      --server $ARGOCD_SERVER \
      --auth-token $ARGOCD_AUTH_TOKEN \
      --grpc-web
      --grpc-web"