Skip to content

Commit

Permalink
Merge pull request #937 from zowe/trigger-rust-cli-publish
Browse files Browse the repository at this point in the history
Force Run of Rust CLI Publish

Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj authored Feb 1, 2021
2 parents 009d422 + b95e371 commit 5bfb92a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- next

jobs:
changelog:
Expand Down
1 change: 0 additions & 1 deletion zowex/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ fn run_zowe_command(mut args: String, port_string: &str) -> std::io::Result<()>
// we have headers but this statement that we read does not contain new header values
if got_new_headers == false {
let &progress = headers.get(X_ZOWE_DAEMON_PROGRESS).unwrap();
// let &prompt = headers.get(X_ZOWE_DAEMON_PROMPT).unwrap();

// if progress bar is in place, strip off the newline character
if progress == 1i32 {
Expand Down

0 comments on commit 5bfb92a

Please sign in to comment.