Skip to content

Commit

Permalink
chore: fix typo (eclipse-che#2377)
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c authored Jun 14, 2022
1 parent 65b4bf8 commit 0098e06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-sticky-comment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
#
# Copyright (c) 2020 Red Hat, Inc.
# Copyright (c) 2022 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down
8 changes: 5 additions & 3 deletions tools/get_vale_styles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ set -e

# Get fresh Vale styles
cd .vale/styles || exit
rm -rf RedHat CheDocs
wget -qO- https://github.com/redhat-documentation/vale-at-red-hat/releases/latest/download/RedHat.zip | unzip -q -
wget -qO- https://github.com/eclipse-che/che-docs-vale-style/releases/latest/download/CheDocs.zip | unzip -q -
rm -rf RedHat CheDocs
wget -q https://github.com/redhat-documentation/vale-at-red-hat/releases/latest/download/RedHat.zip
unzip -q RedHat.zip
wget -q https://github.com/eclipse-che/che-docs-vale-style/releases/latest/download/CheDocs.zip
unzip -q CheDocs.zip

0 comments on commit 0098e06

Please sign in to comment.