Skip to content

Commit

Permalink
Revert non-related change
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Feb 17, 2022
1 parent 1c0dc85 commit a1ec272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/.operational-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ while getopts "b:p:t:h" option; do
p) PORT_OPTION=$OPTARG ;;
t) JWT_OPTION=$OPTARG ;;
h) usage ;;
*) usage "Invalid argument" ;;
esac
done
shift $(($OPTIND - 1)); # take out the option flags
Expand Down

0 comments on commit a1ec272

Please sign in to comment.