Skip to content

Commit

Permalink
bugfix typos in apax yaml (#43)
Browse files Browse the repository at this point in the history
* Create draft PR for #42

* typo fixed

---------

Co-authored-by: TK <61820360+TomKovac@users.noreply.github.com>
  • Loading branch information
IX-BOT and TomKovac authored Dec 5, 2024
1 parent 65d91c3 commit a53b5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axopen.template.simple/ax/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ variables:
APAX_BUILD_ARGS: [ -d ]
PLC_NAME: "plc_line"
DEFAULT_NAMESPACE: "axosimple"
HWCONFIG: "TIA"
HWCONFIG: "HWC"
AXTARGET: 10.222.6.1
AXTARGETPLATFORMINPUT: .\bin\1500\
AX_USERNAME: "adm"
Expand Down Expand Up @@ -105,7 +105,7 @@ scripts:
dotnet new install ./tmp_templates/ --force
# Execute the dotnet new command with the provided class name
dotnet new danfoss_2300618_plc3-unit --unitname=$unitname -o ./src/Units/$unitname
dotnet new axosimple-unit --unitname=$unitname -o ./src/Units/$unitname
# Move twin files to twin project
mkdir -p ../axpansion/twin/Context/Units/
Expand Down

0 comments on commit a53b5f8

Please sign in to comment.