Skip to content

Commit

Permalink
Tweak scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilMacMullen committed Mar 16, 2021
1 parent 19eb373 commit b1416fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/changelist.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"Version": "1.1.0",
"Date": "2021-03-19",
"Version": "1.0.0",
"Date": "2021-03-16",
"Summary": "First public release",
"Detail": []
}
Expand Down
5 changes: 4 additions & 1 deletion jumpfs.sln
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{AE4E
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{C3EA9AA4-7757-416A-858C-F85E64689852}"
ProjectSection(SolutionItems) = preProject
changelist.json = changelist.json
doc\buildFromSource.md = doc\buildFromSource.md
doc\changelist.json = doc\changelist.json
doc\cmd-installation.md = doc\cmd-installation.md
doc\contributions.md = doc\contributions.md
doc\download.md = doc\download.md
doc\jumpfs-exe.md = doc\jumpfs-exe.md
doc\linux-installation.md = doc\linux-installation.md
doc\powershell-installation.md = doc\powershell-installation.md
Expand Down
2 changes: 1 addition & 1 deletion scripts/powershell/ps-jumpfs.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# jumpfs info
function jumpfs_info() {
jumpfs.exe env
jumpfs.exe info
}

# create a bookmark
Expand Down

0 comments on commit b1416fa

Please sign in to comment.