Skip to content

Commit

Permalink
updates for new versions of RemoteHPC and OVerseer
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed May 30, 2023
1 parent 12954a2 commit 8f66e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RemoteHPC"
uuid = "c4f2a1c4-7655-40d8-82ee-c6ae0a8b7409"
authors = ["louisponet <[email protected]>"]
version = "0.3.29"
version = "0.3.30"

[deps]
BinaryTraits = "190e46ec-f771-4705-b939-984896f7be0e"
Expand Down
2 changes: 1 addition & 1 deletion src/servers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function update(s::Server)

alive = isalive(s)
if alive
push!(spinner, curvals = "Server was alive, killing")
push!(spinner, "Server was alive, killing")
kill(s)
end

Expand Down

2 comments on commit 8f66e2d

@louisponet
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/84537

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.30 -m "<description of version>" 8f66e2d8a0ccf94ece9e769150a0220580f9fab2
git push origin v0.3.30

Please sign in to comment.