Skip to content

Commit d7e2a7d

Browse files
committed
fix final missing decryption->decrypt rename
1 parent 528f01d commit d7e2a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decrypt_oracle/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
1313
"""Shim to pull decryption oracle app into expected location for Chalice."""
14-
from aws_encryption_sdk_decryption_oracle.app import APP as app
14+
from aws_encryption_sdk_decrypt_oracle.app import APP as app

0 commit comments

Comments
 (0)