Skip to content

Commit

Permalink
recipes-wsl: simple-update: Fix files with wrong deploy path
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Aug 31, 2024
1 parent f4843d8 commit 6d0d806
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cookbook/recipes-wsl/profile/profile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

echo "Welcome to the Torizon WSL 2 v0.0.17"
echo "Welcome to the Torizon WSL 2 v0.0.18"

export PATH

Expand Down
2 changes: 1 addition & 1 deletion cookbook/recipes-wsl/simple-update/files
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"file": "https://raw.githubusercontent.com/commontorizon/cookbook-torizon-wsl/main/cookbook/recipes-wsl/torizonver/torizonver_install",
"deploy": "/tmp",
"deploy": "/tmp/torizonver_install",
"exec": true,
"run": true
}
Expand Down
4 changes: 2 additions & 2 deletions cookbook/recipes-wsl/simple-update/updater.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

param(
[string]$User,
[string]$version="v0.0.17",
[string]$versionID="0.0.17"
[string]$version="v0.0.18",
[string]$versionID="0.0.18"
)

##
Expand Down
2 changes: 1 addition & 1 deletion distro-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": {
"major": 0,
"minor": 0,
"patch": 17,
"patch": 18,
"build": 0
},
"maxImgSize": 4096,
Expand Down

0 comments on commit 6d0d806

Please sign in to comment.