Skip to content

Commit

Permalink
fix(renovate): remove breaking quotes for aqua/catppuccin
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Jul 10, 2023
1 parent fd28f19 commit 7b27666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/.chezmoiscripts/run_once_after_10_aqua.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ ! $(command -v aqua) ]]; then
_aqua_installer="aqua-installer"

# renovate: depName=aquaproj/aqua-installer datasource=github-releases
_aqua_installer_version="v2.1.1"
_aqua_installer_version=v2.1.1
_aqua_installer_sha256sum="c2af02bdd15da6794f9c98db40332c804224930212f553a805425441f8331665"

curl -sSfL "https://raw.githubusercontent.com/aquaproj/aqua-installer/${_aqua_installer_version}/aqua-installer" \
Expand Down
2 changes: 1 addition & 1 deletion home/.chezmoiscripts/run_once_after_40_catppuccin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gtk_themes=(
gtk_themes_dir="${HOME}/.themes"

# renovate: depName=catppuccin/gtk datasource=github-releases
gtk_version="v0.5.0"
gtk_version=v0.5.0
gtk_version_existing=""
gtk_version_file="${gtk_themes_dir}/.catppuccin_gtk_version"

Expand Down

0 comments on commit 7b27666

Please sign in to comment.