Skip to content

Commit 9b35d64

Browse files
authored
Update utils.jl for PT3
1 parent 63de29b commit 9b35d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function versioninfo()
1515
_status(functional(:MIOpen)) "MIOpen" _ver(:MIOpen, MIOpen.version) _libpath(libMIOpen_path);
1616
]
1717

18-
PrettyTables.pretty_table(data; header=[
18+
PrettyTables.pretty_table(data; column_labels=[
1919
"Available", "Name", "Version", "Path"],
2020
alignment=[:c, :l, :l, :l])
2121

0 commit comments

Comments
 (0)