Skip to content

Commit

Permalink
typo in extension fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Dec 17, 2019
1 parent e30deeb commit 4c8ca1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ All rights reserved.
* `job` cmd docs improved
* Examples
* `recordCount.sh` cleanup
* Extensions
* `sysshep.qsys2.system_status` typo reference `@stats` changed to `@@stats`

1.2.1 2018-12-03
-----
Expand Down
2 changes: 1 addition & 1 deletion extensions/sysshep/sysshep.qsys2.system_status.ublu
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FUNC sysshep.qsys2.system_status ( qsys2db stats reset_tf ) $[
LOCAL @valid LOCAL @tmp
LOCAL @stem
put -to @stem OS400|QSYS2|SYSTEM_STATUS
string -to @stats -new
string -to @@stats -new

IF @@reset_tf THEN $[
@@qsys2db -to @myRs -query ${ SELECT * FROM TABLE(QSYS2.SYSTEM_STATUS(RESET_STATISTICS=>'YES')) AS X }$
Expand Down

0 comments on commit 4c8ca1e

Please sign in to comment.