Skip to content

Commit 6dd1b6f

Browse files
committed
fix
1 parent c6f9b11 commit 6dd1b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

#ModRelease/#ModRelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $tp2Version = Get-IEModVersion -FullName $tp2FullPath
109109
$newTagRelease = $tp2Version -replace "\s+", '_'
110110

111111
Write-Host ""
112-
Write-Host " Github link: $OrgUser\$repository"
112+
Write-Host " Github link: $OrgUser/$repository"
113113
Write-Host " tp2 VERSION: $tp2Version"
114114
Write-Host "Last Release: $($dataTags[0])"
115115
Write-Host ""

ExampleMod/#ModRelease.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
command_path=$(cd "$(dirname "$0")"; pwd)
3-
echo "$command_path"
3+
cd "$command_path"
44
pwsh -NoLogo -NoProfile -ExecutionPolicy Bypass -File "..\#ModRelease\#ModRelease.ps1" "$command_path"
55
exit 0

0 commit comments

Comments
 (0)