Skip to content

Commit

Permalink
Fix pgadmin bash (#227)
Browse files Browse the repository at this point in the history
When trying to run this file, we'd get the error 

`./build-pgdmin: bad interpreter: /usr/bin/bash: no such file or
directory`
  • Loading branch information
dkatzz authored Aug 10, 2023
1 parent c462c13 commit f19060e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/aws/pgadmin/build-pgdmin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#! /usr/bin/env bash

# Builds the customized pgadmin Docker image.

Expand Down

0 comments on commit f19060e

Please sign in to comment.