Skip to content

Commit

Permalink
chore: remove debugging content (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkaplinsky authored Oct 5, 2023
1 parent f2a5466 commit 99b659b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Semantic PR

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -euxo pipefail
set -euo pipefail

current_script_path=${BASH_SOURCE[0]}
plugin_dir=$(dirname "$(dirname "$current_script_path")")
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -euxo pipefail
set -euo pipefail

GH_REPO="https://github.com/temporalio/cli"
TOOL_NAME="temporal"
Expand Down

0 comments on commit 99b659b

Please sign in to comment.