Skip to content

Commit

Permalink
fix bug in extension path for remote-adduser
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed Apr 2, 2024
1 parent 1da4859 commit 43bc725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Remote/adduser/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
{
"os": "windows",
"arch": "amd64",
"path": "addusertogroup.x64.o"
"path": "adduser.x64.o"
},
{
"os": "windows",
"arch": "386",
"path": "addusertogroup.x86.o"
"path": "adduser.x86.o"
}
],
"arguments": [
Expand Down

0 comments on commit 43bc725

Please sign in to comment.